{% extends "layout.html" %} {% from "macros/blog.html" import render_blog_post %} {% block title %}{{ this.title }}{% endblock %} {% block body %} <article class="post"> {{ render_blog_post(this) }} </article> {% endblock %}