varia.website/themes/varia/templates/category.html

7 lines
108 B
HTML
Raw Normal View History

2017-07-06 14:28:42 +02:00
{% extends "index.html" %}
{% block content_title %}
<h1>Category: {{ category }}</h1>
<hr>
2017-07-06 14:28:42 +02:00
{% endblock %}