{% extends "base.html" %} {% block title %}{{ category }} | {{ super() }}{% endblock %} {% block content %}

{{ category }}

{% if page %} {{ page.content|indent(12) }} {% endif %} {% if articles %}
{% endif %} {% endblock content %} {% block footer %} {% endblock %}