{% extends "blog/_base.html" %} {% from "macros/blog.html" import render_blog_post %} {% block body_class %}blog post{% endblock %} {% block page_title %}{{ super() }} | {{ this.title }}{% endblock %} {% block main_content %} {{ render_blog_post(this) }} {% if this.comments_enabled %}
{% from 'macros/comments.html' import disqus with context %} {{ disqus() }} {% else %}