{{ article.content}}
{% extends "base.html" %} {% block content_title %}{% endblock %} {% block content %} {% if articles %} {% for article in articles_page.object_list %} {% if loop.first and not articles_page.has_previous() %}
{% if loop.length == 1 %} {% include 'pagination.html' %} {% endif %} {# other items #} {% else %}