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

Sign Out

Are you sure you want to sign out?

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