{% extends "base.html" %} {% block content %} {% block content_title %}

Articles

{% endblock content_title %} {% for article in articles_page.object_list %}

{{ article.title }}

{{ article.summary|striptags }}
➟ Read more

{% endfor %} {% include "pagination.html" %} {% endblock content %}