Zulma-Theme/templates/categories/list.html

6 lines
126 B
HTML
Raw Normal View History

2019-05-03 23:36:05 +00:00
{% extends "taxonomy_list.html" %}
{% block content %}
{% set title = "All Categories"%}
{{ super() }}
{% endblock content %}