{% extends "base.html" %} {% block content %}
{% for article in articles_page.object_list|sort(attribute="slug")%}

{{ article.title }}

{{ article.summary }}
{% endfor %}
{% endblock content %}