Posted on {{ article.locale_date }}
{% if article.tags %}
• Tagged with
{% for tag in article.tags %}
{{ tag }}{% if not loop.last %},{% endif %}
{% endfor %}
{% endif %}
{% if DISQUS_SITENAME %}
• Leave a comment
{% endif %}
{{ article.content }}
{% include 'disqus.html' %}
{% endblock %}