{% extends "base.html" %} {% block nonauth_content %}

hello world {% endblock %} {% block content %}

Your are logged in to

Please choose an identity to link to your account:

{% for provider in external_providers %} {% endfor %} {% endblock %}
{{ provider.name }} icon {% if not provider.is_linked %} Not linked. Link identity {% else %} Linked. Unlink identity {% endif %}