{% extends "base.html" %} {% block title %} - Archives {% endblock %} {% block content %} {% for entry in object_list %}
{{ entry.text|truncatewords_html:50|safe }}