wttf/theme/simple/templates/category.html

6 lines
118 B
HTML
Raw Normal View History

2018-05-04 12:22:51 +02:00
{% extends "index.html" %}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}