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