{% extends "base.html" %} {% block title %} – {{ page.title }}{% endblock %} {% block content %}
{% import 'partial/translations.html' as translations with context %} {{ translations.translations_for(page) }}

{{ page.title }}

{% block before_content %}{% endblock %} {% block page_content %}{{ page.content }}{% endblock %} {% block after_content %}{% endblock %}
{% endblock %}