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

${title|h}

%endif %if post:

${post.text()}

%endif %if folders: % if galleries_use_thumbnail: % for (folder, ftitle, fpost) in folders:
% if fpost and fpost.previewimage: ${ftitle|h} % else:
% endif

${ftitle|h}

% endfor % else: % endif % 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 %if post: ${post_helper.open_graph_metadata(post)} ${post_helper.twitter_card_information(post)} %endif <%block name="extra_js">