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

9 lines
192 B
HTML
Raw Normal View History

2017-07-06 14:28:42 +02:00
{% extends "index.html" %}
2019-02-13 16:49:46 +01:00
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
2017-07-06 14:28:42 +02:00
{% block content_title %}
2019-02-13 16:49:46 +01:00
<h2>Articles in the {{ category }} category</h2>
2017-07-06 14:28:42 +02:00
{% endblock %}