{% extends 'base.html' %} {% block content %}
{% from 'bootstrap4/form.html' import render_form %} {{ render_form(form) }}
{% endblock %}