{% extends "_layouts/message" %} {% set title = "Unauthorized"|t %} {% block message %}

{{ title }}

{% if message %} {{ message|e|md }} {% else %}

{{ "You don’t have the proper credentials to access this page."|t }}

{% endif %} {% endblock %}