placing the content_title block inside the content block
This commit is contained in:
parent
7c8e025514
commit
125db9a637
@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
{% block title %}{{ SITENAME }} - Categories{% endblock %}
|
{% block title %}{{ SITENAME }} - Categories{% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
|
||||||
{% block content_title %}
|
{% block content_title %}
|
||||||
<h1>Overview</h1>
|
<h1>Overview</h1>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
{% for category, articles in categories|sort %}
|
{% for category, articles in categories|sort %}
|
||||||
<h1 class="category">{{ category }}</h1>
|
<h1 class="category">{{ category }}</h1>
|
||||||
{% for article in articles %}
|
{% for article in articles %}
|
||||||
|
Loading…
Reference in New Issue
Block a user