{% extends "base.html" %}
{%- macro page_translation_link(translation, is_current=False) -%}
{%- endmacro -%}
{% block html_lang %}{{ page.lang }}{% endblock %}
{% block title %}{{ page.title|striptags }}{% endblock %}
{% block extra_head %}
{%- for translation in page.translations -%}
{%- endfor -%}
{% if page.summary %}
{% endif %}
{% endblock %}
{% block content %}
{{ page.content }}
{% endblock %}