flex/templates/category.html

4 lines
119 B
HTML
Raw Normal View History

2015-07-19 02:04:01 +02:00
{% extends "index.html" %}
2015-07-21 05:53:19 +02:00
{% block title %} – Category: {{ category }}{% endblock %}
2015-07-19 02:04:01 +02:00
{% set summarise = True %}