wttf/theme/simple/templates/category.html
2018-05-04 12:22:51 +02:00

6 lines
118 B
HTML

{% extends "index.html" %}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}