{% extends "base.html" %} {% block content %}
{% for article in articles_page.object_list %}

{{ article.title }}

{% if article.tags %} {% endif %}

{{ article.summary }}

Continue reading ยป
{% endfor %}
{% if DEFAULT_PAGINATION %} {% endif %} {% endblock %}