{% extends "base.html" %} {% block content %} {% include "local/policy.html" %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}