{% extends "base.html" %} {% block title %} {{ page.title|striptags }} {% endblock %} {% block top_center %}

{{ page.title }}

{% endblock %} {% block content %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }}
{{ page.content }}
{% endblock %}