{% extends "account/base.html" %} {% block head_title %}Sign Out{% endblock %} {% block inner %}

Sign Out

Are you sure you want to sign out?

{% csrf_token %} {% if redirect_field_value %} {% endif %}
{% endblock %}