{% extends "base-site.html" %} {% block title %} Login {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}

Login

{% if redirect %}
Welcome to the Red Discord Bot dashboard! A lot of the magic here is hidden behind authorization. Want to see some of it? Login with Discord below!
{% else %}
Welcome to the Red Discord Bot dashboard! A lot of the magic here is hidden behind authorization, but unfortunately, login is currently not available because the dashboard is not connected to any bot.
{% endif %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}