{% if article.photo_image %}

{% endif %}
{% include 'article_infos.html' %}
{{ article.content }}
{% if article.photo_gallery %}
{% import "photos_macros.html" as photos_macros %}
{% for title, gallery in article.photo_gallery %}
{{ photos_macros.gallery(title, gallery, 'Default caption') }}
{% endfor %}
{% endif %}
{% if DISQUS_SITENAME and SITEURL and article.status != "draft" %}
{% endif %}
Comments !