## -*- coding: utf-8 -*- <%namespace name="base" file="base_helper.tmpl" import="*"/> <%namespace name="header" file="base_header.tmpl" import="*"/> <%namespace name="footer" file="base_footer.tmpl" import="*"/> <%namespace name="annotations" file="annotation_helper.tmpl"/> ${set_locale(lang)} ${base.html_headstart()} <%block name="extra_head"> ### Leave this block alone. ${template_hooks['extra_head']()} % if lanyon_subtheme: %else: %endif ${messages("Skip to main content")}
${header.html_site_title()}
<%block name="content"> ${footer.html_footer()}
${body_end} ${template_hooks['body_end']()} ${base.late_load_js()} <%block name="extra_js">