{% load socialaccount %} {% get_providers as socialaccount_providers %} {% for provider in socialaccount_providers %} {% if provider.id == "openid" %} {% for brand in provider.get_brands %} Sign in with {{brand.name}} {% endfor %} {% endif %}
We highly recommend that you log in with GitHub although you can always connect your GitHub account later.
Sign in with {{provider.name}} {% endfor %}