4 lines
138 B
HTML
4 lines
138 B
HTML
|
{% extends "index.html" %}
|
||
|
{% block title %} – {{ _('Category %(name)s', name=category) }}{% endblock %}
|
||
|
{% set summarise = True %}
|