{% extends "templates/web.html" %} {% block header %}

{{ title }}

{% endblock %} {% block breadcrumbs %} {% include "templates/includes/breadcrumbs.html" %} {% endblock %} {% block page_content %}

, {{ updated }}

{{ content }}

{{ _("This post is filed under {0}").format(blog_category) }}

{% if blogger_info %} {% include "templates/includes/blog/blogger.html" %} {% endif %}

Comments

{% include 'templates/includes/comments/comments.html' %}
{% endblock %}