## -*- coding: utf-8 -*-
<%inherit file="base.tmpl"/>
<%namespace name="comments" file="comments_helper.tmpl"/>
<%namespace name="ui" file="crumbs.tmpl" import="bar"/>
<%block name="sourcelink">%block>
<%block name="content">
${ui.bar(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>
<%block name="extra_head">
${parent.extra_head()}
%if len(translations) > 1:
%for langname in translations.keys():
%if langname != lang:
%endif
%endfor
%endif
%block>
<%block name="extra_js">
%block>