{% extends "base.html" %} {% block title %}{{ page.title }} | {{ SITENAME }}{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block banner %}
{% endblock %} {% block content %}

{{ page.title }}

{% set BREADCRUMB_ELEMENTS = [(page.category, page.category.url)] %}
{% include "includes/breadcrumbs.html" %}
{{ page.content }}
{% if page.comments != "closed" %} {% include "includes/comments.html" %} {% endif %}
{% endblock %}