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