{% extends "mojo/errors/_base.html" %}
{% comment %}
This page must never confirm whether the thing behind the door exists. It
names no resource, no path and no permission, and it carries no incident
reference — a 403 that distinguishes itself from a 404 is free
reconnaissance. Keep it that way.
{% endcomment %}
{% block page_title %}No access{% endblock %}
{% block headline %}You don’t have access to this{% endblock %}
{% block body %}You’re signed in, but this area needs a permission your account doesn’t carry. Whoever manages this site can grant it.{% endblock %}
{% block extra %}Back to the home page{% endblock %}