{% extends 'base.html' %} {% load bootstrap4 %} {% block content %} {% if title %}

{{title}}

{% endif %}
{% csrf_token %} {% bootstrap_form form %}
{% if link %} {{link_text}} {% endif %} {% endblock %}