{% block head %} {% include "base_head.njk" %} {% endblock head %}
{% block header %} {% include "default_header.njk" %} {% endblock header %}

{{ "mobile-warning" | i18n }}

{% block content %} {{ content | safe }} {% endblock content %}
{% block scripts %}{% endblock scripts %}