{% extends "base.html" %}
{% block title %} {% endblock %}
{% block content %}
{{ page.title }}
{% if page.translations %}
{{ page.lang or DEFAULT_LANG }}
{% for translation in page.translations %}
{{ translation.lang }}
{% endfor %}
{% endif %}
{% if PDF_PROCESSOR %}get
the pdf{% endif %}
{{ page.content }}
{% endblock %}