{% extends "layout.html" %} {% block body %}

{{ header_text }}{{ post.id }}

{% include 'post_form.html' %}
{% endblock %}