{% extends "layout.html" %} {% block feed %} {% endblock %} {% block content %} {% for edition in latest %}
{{ edition.description|truncatewords_html:60 }}
{% endautoescape %}Oh no! There are no editions available. Try checking out some blog posts.
{% endfor %} {% endblock %}