{% extends "base.html" %}
{% block title %}
Knowledge Repo Login
{% endblock %}
{% block extra_headers %}
{% endblock %}
{% block navbar %}
{% endblock %}
{% block content %}
{% if providers %}
The content you are attempting to access requires that you are logged in.
Please sign in using one of the following login methods to continue.
{% else %}
The content you are attempting to access requires that you are logged in.
Unfortunately, there are no authentication mechanisms configured. Please contact your system administrator to enable
authentication.
{% endif %}
{% endblock %}