{% extends "base.html" %} {% block title %}Massachusetts Free Software Community{% endblock %} {% block content %}
All groups that we work with who are involved with either community IT projects or free software.
{% for item in object_list %}{{ item.description|safe }}
{% endfor %} {% endblock %}