{% extends "/html/base.html" %} {%block subtitle %}: {{post.title}} on {{post.date|date:"MM.dd"}}{% endblock %} {% block content %}
{% include "/html/post-content.html" %} {% include "/html/partials/post-pagination.html" %} {% if disqus-shortname %}
{% endif %}
{% endblock %}