## -*- coding: utf-8 -*-
<%namespace name="base" file="base_helper.tmpl" import="*" />
<%namespace name="reveal" file="reveal_helper.tmpl" import="*"/>
${set_locale(lang)}
${base.html_headstart()}
${reveal.html_reveal_head()}
<%block name="extra_head">
### Leave this block alone.
%block>
${template_hooks['extra_head']()}
%if logo_url:
%endif
% if show_blog_title:
${blog_title}
% endif
${base.html_navigation_links()}
${template_hooks['menu']()}
%if search_form:
${search_form}
%endif
<%block name="belowtitle">
%if len(translations) > 1:
- ${base.html_translations()}
%endif
%block>
% if show_sourcelink:
- <%block name="sourcelink">%block>
%endif
${template_hooks['menu_alt']()}
<%block name="content">%block>
${reveal.html_reveal_body()}
<%block name="custom_reveal">%block>
${base.late_load_js()}
<%block name="extra_js">%block>
${body_end}