{% extends "template-base.html" %} {% block head %} {% endblock %} {% block sidebar %} {% if currentpage.sidebar != 'off' %}
In this category:

In this page:
{% endif %} {% endblock %} {% block main %}
{{ content }}
{% endblock %}