{% if article.photo_image %}

{% endif %}
{% include 'article_infos.html' %}
{{ article.content }}
{% if article.photo_gallery %}
{% if article.photo_gallery %}
{% for title, gallery in article.photo_gallery %}
{{ title }}
{% for name, photo, thumb, exif, caption in gallery %}

{% endfor %}
{% endfor %}
{% endif %}
{% endif %}
{% if DISQUS_SITENAME and SITEURL and article.status != "draft" %}
{% endif %}
Comments !