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

6 lines
No EOL
123 B
HTML

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