{% extends "/html/base.html" %} {% block content %}
{% include "/html/post-content.html" %} {% if disqus? %}
View Comments
{% endif %} {% with prev=post.prev next=post.next%} {% include "/html/prev-next.html" %} {% endwith %}
{% endblock %}