## -*- 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. ${template_hooks['extra_head']()}

${blog_title}

<%block name="belowtitle"> %if len(translations) > 1: ${messages("Also available in:")}  ${base.html_translations()} %endif
<%block name="content">
${content_footer} ${template_hooks['page_footer']()}
${base.late_load_js()} <%block name="extra_js"> % if annotations and post and not post.meta('noannotations'): ${notes.code()} % elif not annotations and post and post.meta('annotations'): ${notes.code()} % endif ${body_end} ${template_hooks['body_end']()}