@ -2,11 +2,12 @@
{% block title %}{{ SITENAME }} - Categories{% endblock %}
{% block content %}
{% block content_title %}
<h1>Overview</h1>
{% endblock %}
{% for category, articles in categories|sort %}
<h1 class="category">{{ category }}</h1>
{% for article in articles %}