{# -*- coding: utf-8 -*- #} {% import 'base_helper.tmpl' as base with context %} {% macro html_header() %} {{ template_hooks['page_header']() }} {% endmacro %} {% macro html_site_description() %}

{{ blog_description|e }}

{% endmacro %} {% macro html_site_title() %}

{% if logo_url %} {% endif %} {% if show_blog_title %} {{ blog_title|e }} {% endif %}

{% endmacro %} {% macro html_navigation_links() %} {% endmacro %} {% macro html_translation_header() %} {% if translations|length > 1 %}

{{ messages("Languages:") }}

{{ base.html_translations() }}
{% endif %} {% endmacro %}