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

{{ article.title }}

{{ article.content }}

{% if loop.length > 1 %}

Last posts

    {% endif %} {% elif loop.index < 7 %}
  1. {% include 'article_link.inc.html' %}
  2. {% endif %} {% endfor %} {% if articles|length > 1 %}
{% endif %} {% endblock content %}