{% extends "base.html" %} {% block body %} {% if section.extra.class %} {% set page_class = section.extra.class %} {% else %} {% set page_class = "taxonomy list" %} {% endif %} {% endblock body %} {% block content %} {% if not title %} {% set title = "All " ~ taxonomy.name | replace(from="_",to=" ") | title %} {% endif %}
{% endblock content %}