## -*- 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="*"/> ${set_locale(lang)} ### tag is included by base.html_headstart ${base.html_headstart()} <%block name="extra_head"> ### Leave this block alone. ${template_hooks['extra_head']()} ${messages("Skip to main content")}
${header.html_header()}
<%block name="content">
${footer.html_footer()}
${base.late_load_js()} % if date_fanciness != 0: % endif <%block name="extra_js"> ${body_end} ${template_hooks['body_end']()}