{% extends "layout.html" %} {% block content %} {% for edition in latest %}

{{ edition.title }}

{% if edition.author_name %} {{ edition.author_name }} | {% endif %} {{ edition.newsletter.title }}

{% if edition.description %}
{% autoescape off %}

{{ edition.description|truncatewords_html:60 }}

{% endautoescape %}
{% endif %}
{% endfor %} {% endblock %}