{% if feedEntries %}

Recent changes

Latest news and other developments from hosted projects.
{% for entry in feedEntries %}

{{ entry.source }} {{ entry.title }}

{{ entry.strfUpdated }}
{% if entry.summary %} {% autoescape off %} {{ entry.summary }} {% endautoescape %} {% endif %}
{% endfor %}
{% endif %}