## -*- coding: utf-8 -*- <%namespace name="base" file="base_helper.tmpl" import="*"/> <%def name="html_header()"> ${template_hooks['page_header']()} <%def name="html_site_title()">

%if logo_url: %endif % if show_blog_title: ${blog_title|h} % endif

<%def name="html_navigation_links()"> <%def name="html_navigation_links_entries(navigation_links_source)"> %for url, text in navigation_links_source[lang]: % if isinstance(url, tuple):
  • ${text} % else: % if rel_link(permalink, url) == "#":
  • ${text} ${messages("(active)", lang)}
  • %else:
  • ${text}
  • %endif % endif %endfor <%def name="html_translation_header()"> %if len(translations) > 1:

    ${messages("Languages:")}

    ${base.html_translations()}
    %endif