{% extends "base.html" %} {% block title %}Massachusetts Free Software Community{% endblock %} {% block content %}

Massachusetts Free Software Community

All groups that we work with who are involved with either community IT projects or free software.

{% for item in object_list %}

{{ item.name }}

{% if item.logo %} {% endif %}

{{ item.description|safe }}

{% endfor %} {% endblock %}