{% extends "/html/base.html" %} {% block content %}
{% include "/html/post-content.html" %} {% if disqus? %}
View Comments
{% endif %}
{% if post.prev %} « {{post.prev.title}} {% endif %} {% if post.next %} {{post.next.title}} » {% endif %}
{% endblock %}