{{ article.title }} {% if DISPLAY_SUBTITLE %} {{ article.subtitle }} {% endif %} {{ article.content }} {% if article.photo_gallery %} {% for title, gallery in article.photo_gallery %} {{ title }} {% for name, photo, thumb, exif, caption in gallery %} {% endfor %} {% endfor %} {% endif %} {% if article.video_gallery %} {% for title, gallery in article.video_gallery %} {{ title }} {% for video, width, height, format in gallery %} Your browser does not support the video tag. {% endfor %} {% endfor %} {% endif %} {% if not DISPLAY_META_ABOVE_ARTICLE %} {% include "modules/article_meta.html" %} {% endif %} {% if DISQUS_SITENAME %} {% if DISQUS_COLLAPSED %} Click to load comments {% endif %} {% endif %}