## -*- coding: utf-8 -*-
<%namespace name="base" file="base_helper.tmpl" import="*"/>
${set_locale(lang)}
${base.html_headstart()}
<%block name="extra_head">
### Leave this block alone.
%block>
${template_hooks['extra_head']()}
${template_hooks['page_header']()}
<%block name="content">%block>
%for url, text in navigation_links[lang]:
% if rel_link(permalink, url) == "#":
- ${text}
%else:
- ${text}
%endif
%endfor
${template_hooks['menu']()}
<%block name="belowtitle">
%if len(translations) > 1:
-
%for langname in translations.keys():
%if langname != lang:
${messages[langname]["LANGUAGE"]}
%endif
%endfor
%endif
%block>
<%block name="sourcelink"> %block>
- Shares:
%if search_form:
${search_form}
%endif
${template_hooks['menu_alt']()}
${base.late_load_js()}
${body_end}
${template_hooks['body_end']()}