You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
web/templates/gallery-list.html

19 lines
381 B
HTML

{% extends "base.html" %}
{% block extra %}
{{ macro::breadcrumbs(page=section) }}
{% endblock %}
{% block content %}
<main class="fullwidth">
<section class="centering">
<h1>{% if section.extra.heading %}
{{ section.extra.heading }}
{% else %}
{{ section.title }}
{% endif %}</h1>
{{ macro::gallery_list() }}
</section>
</main>
{% endblock content %}