{% extends "webgallery/categories/base.html" %} {% block content %}
{% if gallery_heading %}

{{ gallery_heading }}

{% endif %}

{% if not super_category %} {{ subheading_html|safe }} {% endif %}

{% if not super_category %}
 
{% for category, data in super_categories.items %}
{{ data.label }}
{% endfor %}
{% endif %}
Loading Studies...
{% endblock %}