{% extends "base.html" %} {% block content_title %} {% endblock %} {% block content %} {% if articles %} {% for article in articles_page.object_list %} {# First item #} {% if loop.first and not articles_page.has_previous() %}
Read More