{% extends 'layouts/single_page.html' %} {% load bootstrap4 %} {% block content_section %}

Log in

{% endblock %} {% block content %}
{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button 'Log in' 'submit' %}
{% endblock %}