{% extends "base.html" %} {% block title %}Create a new post{% endblock title %} {% block body %} {{ form.as_p }} {% endblock body %}