## -*- 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="post.tmpl"/> <%block name="content">
${pheader.html_title()} ${pheader.html_translations(post)}
${post.text()}
%if site_has_comments and enable_comments and not post.meta('nocomments'):

${messages("Comments")}

${comments.comment_form(post.permalink(absolute=True), post.title(), post.base_path)}
%endif ${helper.mathjax_script(post)}