{% extends "base.html" %}
{% block styles %}
{% endblock styles %}
{% block extra %}
{{ macro::breadcrumbs(page=section) }}
{% endblock %}
{% block content %}
{% if section.extra.heading %}
{{ section.extra.heading }}
{% else %}
{{ section.title }}
{% endif %}
{{ macro::gallery_list() }}
{% endblock content %}
{% block javascript %}
{% endblock %}