{% extends "base.html" %} {% block content_title %}{% endblock %} {% block content %} {% if articles %} {% for article in articles %} {% if loop.index == 1 %}
{% if loop.length > 1 %}
    {% endif %} {% else %}
  1. {% endif %} {% endfor %}
{% else %}

Pages

{% for page in PAGES %}
  • {{ page.title }}
  • {% endfor %}
    {% endif %} {% endblock content %}