{% extends "base.html" %} {% block title %}{{ SITENAME }} - Categories{% endblock %} {% block header %}

{{ SITENAME }} - Categories

{% if HEADER_COVER %}
{% elif HEADER_COLOR %}
{% else %}
{% endif %}
{% endblock header %} {% block content %} {% for category, articles in categories |sort %}
{{ category }} ({{ articles|count }})
{% endfor %} {% endblock content %}