{{ article.title }} {%if article.subtitle %} {{ article.subtitle }} {% endif %} {% if article.toc %} Contents {{ article.toc }} {% else %} {% endif %} {{ article.content }} {% include 'comments.html' %} {% if article.date %} Published {% set day = article.date.strftime('%d')|int %} {{ article.date.strftime('%b') }} {{ day }} {{- article.date.strftime(', %Y') }} {% endif %} {% if article.modified %} Last Updated {{ article.modified }} {% endif %} {% if article.category %} Category {{ article.category }} {% endif %} {% if article.tags %} Tags {% for tag in article.tags|sort %} {{ tag }} {% for aTag, tagged_articles in tags if aTag == tag %} {{ tagged_articles|count }} {% endfor %} {% endfor %} {% endif %} {% include 'social_links.html' %} {% include 'mailchimp.html' %} {% endblock content %} {% block script %} {{ super() }} {% include 'disqus_script_count.html' %} {% include 'disqus_comments_uncollapse.html' %} {% endblock script %}