{% extends 'base.html' %} {% block title %} {{ article.title|striptags }} {%if article.subtitle %} - {{ article.subtitle }} {% endif %} · {{ super() }} {% endblock title %} {% block head_description %} {% if article.summary %} {{ article.summary|striptags }} {% endif %} {% endblock head_description %} {% block meta_tags_in_head %} {% if article.tags or article.category or article.keywords %} {% endif %} {% endblock meta_tags_in_head %} {% block content %}
{% if article.toc %}
{% else %}
{% endif %} {{ article.content }} {% include 'comments.html' %}
{% if article.date %}

Published

{% set day = article.date.strftime('%d')|int %} {% endif %} {% include 'last_updated.html' %} {% if article.category %}

Category

{{ article.category }} {% endif %} {% if article.tags %}

Tags

{% 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 %}