{% extends "blog/_base.html" %} {% from "macros/blog.html" import render_blog_post, render_gallery %} {% block body_class %}blog post{% endblock %} {% block page_title %}{{ this.title }} | {{ super() }}{% endblock %} {% block main_content %} {{ render_blog_post(this) }}