{% extends "saml2sp/base.html" %} {% block content %}

You shouldn't be able to see this page without first logging in.


Welcome, {{ request.user.email }}

{#XXX: I'd rather use 'logout_url' here, but I haven't figured out how to override that view yet. #}

Logout

{% endblock content %}