{% extends "templates/layouts/default.html" %} {% block intro %}

Gallery

{% endblock %} {% block content %}
{% if galleries.length %} {% for gallery in galleries %}

{{ gallery.name }} {% if gallery.publishedDate %} {{ gallery._.publishedDate.format("Do MMM YYYY") }} {% endif %}

{% endfor %} {% else %}

There are no image galleries yet.

{% endif %}
{% endblock %}