{%extends "base/page.html"%} {%block title%}Forbidden{%endblock%} {%block contents%}
{%if exception%}{{exception}}{%else%}Forbidden{%endif%}