{% extends "error.html" %} {% block error %} 401 {% endblock %} {% block heading %} 401 unauthorised {% endblock %} {% block text %} This resource requires authentication, but you are not authenticated. {% endblock %} {% block icon %}mdi:account-alert{% endblock %}