{{ article.title }}

  • By {% for author in article.authors %}{{ author }}{% if not loop.last %}, {% endif%}{% endfor %}
  • {{ article.locale_date }}
  • {% if article.modified %}
  • Updated on {{ article.locale_modified }}
  • {% endif %}
{{ article.content }} {% if article.album %} {% for image in article.galleryimages %} {% endfor %} {% endif %} {% if article.tags %}

tags: {% for tag in article.tags %}{{ tag | escape }}{% endfor %}

{% endif %} {% include 'sharing.html' %} {% if DISQUS_SITENAME and article.status != 'draft' %}
{% endif %}