{{ page.title }}
{% block before_content %}{% endblock %}
{% block page_content %}{{ page.content }}{% endblock %}
{% block after_content %}{% endblock %}
{% extends "base.html" %} {% block meta %} {{ super() }} {% if page.translations -%} {% for p in page.translations %} {% endfor %} {% endif %} {% endblock %} {% block title %} – {{ page.title }}{% endblock %} {% block content %}