{% extends "http_requests_viewer/base.html" %} {% load bootstrap4 %} {% block content %} {# Display a form #}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock content %}