## -*- 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 name="content"> ${ui.bar(crumbs)} %if title:

${title}

%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