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

6 lines
No EOL
126 B
HTML

{% extends "taxonomy_list.html" %}
{% block content %}
{% set title = "All Categories"%}
{{ super() }}
{% endblock content %}