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

{{ page.title }}

{% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }}
{% endblock header %} {% block opengraph %} {{ super() }} {% if page.summary %} {% endif %} {% if page.og_image %} {% if page.og_image|lower|truncate(4, True, '') == "http" %} {% else %} {% endif %} {% elif page.header_cover %} {% elif HEADER_COVER %} {% else %} {% endif %} {% endblock %} {% block content %}
{{ page.content }} {% if page.article_list and PAGE_PAGINATION > 0 %}
{% include "last_articles.html" %} {% endif %}
{% endblock content %}