{% extends "_error.html" %}
{% block title %}Forbidden — Anthias{% endblock %}
{% block error_icon %}ti-lock{% endblock %}
{% block error_code %}403{% endblock %}
{% block error_headline %}You can't access this page{% endblock %}
{% block error_subhead %}This URL is restricted — by an IP allow-list, an internal-auth check, or a permission boundary. Contact your operator if you believe this is wrong.{% endblock %}