{% extends "base.html" %} {% import "_macros/disqus.html" as disqus %} {% import "_macros/posts.html" as posts %} {% block content %} {{ super() }}
{{ posts.relatives(page) }}
{% include "_includes/_post_nav.html" %} {% if site.disqus_shortname %}
{{ disqus.comments(site.disqus_shortname) }}
{% endif %} {% endblock %}