4 lines
118 B
HTML
4 lines
118 B
HTML
|
{% extends "index.html" %}
|
||
|
{% block title %}– Category: {{ category }}{% endblock %}
|
||
|
{% set summarise = True %}
|