## -*- coding: utf-8 -*- <%namespace name="helper" file="post_helper.tmpl"/> <%namespace name="pheader" file="post_header.tmpl"/> <%namespace name="comments" file="comments_helper.tmpl"/> <%inherit file="base.tmpl"/> <%block name="extra_head"> ${helper.twitter_card_information(post)} % if post.meta('keywords'): % endif <%block name="content">

${title}

${post.text()}
${messages("Posted:")} | ${pheader.html_translations(post)} <%block name="sourcelink"> % if not post.meta('password'): ${messages("Source")} % endif ${helper.html_tags(post)}
${helper.html_pager(post)} % if not post.meta('nocomments'): ${comments.comment_form(post.permalink(absolute=True), post.title(), post.base_path)} % endif ${helper.mathjax_script(post)}