{% extends "base.html" %} {% block content %} {% set post = page -%} {% include "posts/header.html" %} {{ post.content | safe }} {% endblock content %}