{% if DISPLAY_SUBTITLE %}
{{ article.subtitle }}
{% endif %}
{% for title, gallery in article.photo_gallery %}
{{ title }}
{% for name, photo, thumb, exif, caption in gallery %}

{% endfor %}
{% endfor %}
{% endif %}
{% if not DISPLAY_META_ABOVE_ARTICLE %}
{% include "modules/article_meta.html" %}
{% endif %}
{% if article.video_gallery %}