placing the content_title block inside the content block

This commit is contained in:
manetta 2020-09-04 18:21:19 +02:00
parent 7c8e025514
commit 125db9a637

View File

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