{% extends "/html/base.html" %} {%block subtitle %}: {{post.title}}{% endblock %} {% block content %}
{% include "/html/post-content.html" %} {% with prev=post.prev next=post.next%} {% include "/html/prev-next.html" %} {% endwith %} {% if disqus-shortname %}
{% endif %}
{% endblock %}