{% 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:
|
{% if not provider.is_linked %} Not linked. Link identity {% else %} Linked. Unlink identity {% endif %} |