2020-09-04 18:11:26 +02:00
|
|
|
{% extends "index.html" %}
|
|
|
|
|
|
|
|
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
|
|
|
|
|
|
|
|
{% block content_title %}
|
2020-09-04 18:19:01 +02:00
|
|
|
<h1 class="category">{{ category }}</h1>
|
2020-09-04 18:11:26 +02:00
|
|
|
{% endblock %}
|
|
|
|
|