{% extends "index.html" %} {% block title %}{{ page.title }}{% endblock title %} {% block header %} {% if page.header_cover %}
{% elif HEADER_COVER %}
{% elif HEADER_COLOR %}
{% else %}
{% endif %}

{{ page.title }}

{% endblock header %} {% block content %}
{{ page.content }} {% if page.article_list and PAGE_PAGINATION > 0 %}
{% include "last_articles.html" %} {% endif %}
{% endblock content %}