## -*- coding: utf-8 -*- <%namespace name="arusahni" file="arusahni_helper.tmpl" import="*" /> <%namespace name="helper" file="post_helper.tmpl"/> <%namespace name="comments" file="comments_helper.tmpl"/> <%inherit file="base.tmpl"/> <%block name="extra_head"> ${parent.extra_head()} % if post.meta('keywords'): % endif ${helper.open_graph_metadata(post)} ${helper.twitter_card_information(post)} ${helper.meta_translations(post)} <%block name="content">
${arusahni.html_title()}
${arusahni.html_translations(post)} ${arusahni.html_sourcelink()}
${arusahni.html_tags(post)}
${post.text()}
${helper.html_pager(post)} % if not post.meta('nocomments') and site_has_comments: ${comments.comment_form(post.permalink(absolute=True), post.title(), post._base_path)} % endif ${helper.mathjax_script(post)}
${comments.comment_link_script()}