+
+
+ {% import 'translations.html' as translations with context %}
+ {{ translations.translations_for(article) }}
+ Published:
+ {% if article.modified %}
+
Updated:
+ {% endif %}
+ {% if article.authors %}
+ By {% for author in article.authors %}
+ {{ author }}
+ {% endfor %}
+
{% endif %}
- {% if article.photo_image %}
-
-
- {% 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.series %}
-
+ {% if SOCIAL_SHARE is sameas true %}
+
Share this article on:
+ Twitter
+ Linkedin
+ Email
+
+ {% else %}
+ {% endif %}
+
+ {% if article.photo_image %}
+
-
This post is part {{ article.series.index }} of the "{{ article.series.name }}" series:
-
- {% for part_article in article.series.all %}
- -
- {{ part_article.title }}
-
- {% endfor %}
-
-
- {% endif %}
-