{% csrf_token %}
{% include 'account/components/headers.html' with header="Log out" subheader="Use the button below to log out of your profile." %}
{% include 'account/components/redirect_field.html' with redirect_field_name=redirect_field_name redirect_field_value=redirect_field_value %}
{% include 'account/components/submit_button.html' with action="Log out" %}