Zulma-Theme/templates/categories/single.html
Robert Clarke 536c3856e1 init
2019-05-03 23:36:05 +00:00

6 lines
No EOL
137 B
HTML

{% extends "taxonomy_single.html" %}
{% block content %}
{% set title = "Category: " ~ term.name %}
{{ super() }}
{% endblock content %}