{% extends "base.html" %} {% import "post_macros.html" as post_macros %} {% block content %} {{ page.title }} {{ page.content | safe }} {% endblock content %}