{% extends "base.html" %} {% block title %}{{ SITENAME }} - {{ gettext('Categories') }}{% endblock %} {% block header %} {% if HEADER_COVER %} {% elif HEADER_COLOR %} {% else %} {% endif %} {{ SITENAME }} - {{ gettext('Categories') }} {% endblock header %} {% block content %} {% for category, articles in categories %} {{ category }} {% endfor %} {% endblock content %}