{% extends "core.html" %} {% block content %}
{% if unauthorized_details %}

{{ unauthorized_details }}. Please log in.

{% endif %} {% if not only_allow_github_login %}
{% endif %} {% if allow_github_login %} Log in with GitHub {% endif %}
{% endblock %}