{% extends '_base.html' %} {% block content %}
{% if current_user.is_authenticated %}

You are logged in as {{current_user.username}}


OAuth Provider: {{ provider }}


Logout {% else %} Login with GitHub Login with Twitter {% endif %}
{% endblock content %}