{% extends "base.html" %} {% block title %}Config Access{% endblock %} {% block content %}

Enter Password

{% if error %}
{{ error }}
{% endif %}
{% endblock %}