{# -*- coding: utf-8 -*- #} {% import 'base_helper.tmpl' as base with context %} {% import 'base_menu.tmpl' as menu with context %} {% import 'base_footer.tmpl' as footer with context %} {{ set_locale(lang) }} {# tag is included by base.html_headstart #} {{ base.html_headstart() }} {% block extra_head %} {# Leave this block alone. #} {% endblock %} {{ template_hooks['extra_head']() }}
{#{{ messages("Skip to main content") }}#}