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