{% extends "account/base.html" %} {% block head_title %}Sign out{% endblock %} {% block whitebox %}
{% csrf_token %}

Are you sure you want to sign out?

{% include "account/_button.html" with text="Sign out" %}
{% endblock %}