+
{{ gallery.title }}
+ {% if gallery.sub_title %}
{{ gallery.sub_title }}
{% endif %}
+ {% if settings.show_date and gallery.date %}
{{ gallery.date.strftime("%d %B %Y") }}
{% endif %}
+ {% if gallery.tags %}
IN {% for tag in gallery.tags -%} {{ tag }} {% endfor -%}
{% endif %}
+
+ {% if video %}
+