## -*- coding: utf-8 -*- <%namespace name="helper" file="post_helper.tmpl"/> <%namespace name="comments" file="comments_helper.tmpl"/> <%def name="html_title()"> %if title and not post.meta('hidetitle'):
${post.date.strftime("%d %B %Y")}
% if post.meta('link'): % endif ${html_translations(post)} %def> <%def name="html_translations(post)"> % if len(post.translated_to) > 1: % endif %def>