{% extends "base.html" %} {% block title %}Massachusetts LoCo News{% endblock %} {% block styles %}{% endblock %} {% block content %}

Massachusetts LoCo News

Local IT and Free Software news and press releases as reported by our local team.

{% for item in object_list %}

{{ item }}by {{ item.creator }}

{% if item.newsparagraph_set.all.0.image %} {% endif %}

{{ item.newsparagraph_set.all.0.content }}
Read More

{% endfor %} {% endblock %}