## -*- coding: utf-8 -*- <%inherit file="base.tmpl"/> <%namespace name="comments" file="comments_helper.tmpl"/> <%namespace name="ui" file="ui_helper.tmpl"/> <%block name="sourcelink"> <%block name="content"> ${ui.breadcrumbs(crumbs)} %if title:

${title|h}

%endif %if post:

${post.text()}

%endif %if folders: %endif %if photo_array: %endif %if site_has_comments and enable_comments: ${comments.comment_form(None, permalink, title)} %endif <%block name="extra_head"> ${parent.extra_head()} %if len(translations) > 1: %for langname in translations.keys(): %if langname != lang: %endif %endfor %endif <%block name="extra_js">