{% extends 'base.html'%} {% block title %}Login{% endblock %} {% block layout %}

{{ config["LOGIN_MESSAGE"] }}

{% if error is not none: %}

{{ error }}

{% elif request.args.get("reason") is not none and request.args.get("reason") == "denied": %}

Access denied.

{% endif %}
{% endblock %}