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

{{ page.title }}

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