{% extends "base.html" %} {% block html_lang %}{{ page.lang }}{% endblock %} {% block title %}{{ SITENAME|striptags }} - {{ page.title|striptags }}{%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 not page.image %}

{{ page.title }}

{% endif %} {% if page.image %} {% endif %}
{% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }}
{{ page.content }}
{% if page.modified %} {% endif %}
{% endblock %}