{# -*- coding: utf-8 -*- #} {% extends 'base.tmpl' %} {% import 'comments_helper.tmpl' as comments with context %} {% import 'crumbs.tmpl' as ui with context %} {% block sourcelink %}{% endblock %} {% block content %} {{ ui.bar(crumbs) }} {% if title %}

{{ title|e }}

{% 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 %} {% endblock %} {% block extra_head %} {{ super() }} {% if translations|length > 1 %} {% for langname in translations.keys() %} {% if langname != lang %} {% endif %} {% endfor %} {% endif %} {% endblock %} {% block extra_js %} {% endblock %}