site_opytex/theme/templates/category.html

4 lines
138 B
HTML
Raw Normal View History

2019-07-18 10:43:36 +00:00
{% extends "index.html" %}
{% block title %} – {{ _('Category %(name)s', name=category) }}{% endblock %}
{% set summarise = True %}