{% extends 'base.html' %} {% block content %}

{{ title }}

{% include 'partial/form.html' with request_method='post' %} {% endblock %}