{% extends "base.html" %} {% set page = 'Login' %} {% block content %}

Login

{% if msg %}
{{msg}}
{% endif %}
This instance requres you to login via oauth to view public pages
Please input the instance of the account you'd like to login with

{% endblock %}