{% extends "base.html" %} {% block title %}{{ SITENAME }} - Categories{% endblock %} {% block header %} {% if SITE_LOGO %} {% else %} Home {% endif %} Menu {{ 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 %}