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

{{ gallery_title }}

{% endif %}

Search by:

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