{% extends "base.html" %} {% block html_lang %}{{ page.lang }}{% endblock %} {% block title %}{{ SITENAME }} - {{ page.title }}{%endblock%} {% block head %} {{ super() }} {% import 'translations.html' as translations with context %} {% if translations.entry_hreflang(page) %} {{ translations.entry_hreflang(page) }} {% endif %} {% endblock %} {% block content %} {% if page.image is defined %} {% endif %}
{% if page.image is defined %}{% endif %}

 {{ page.title }}
— {{ page.description }}

{% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }}
{% if page.error is defined %}
{{ page.content }}
{% else %}
{{ page.content }}
{% endif %}
{% endblock %}