{%extends "base/page.html"%} {%block title%}Forbidden{%endblock%} {%block contents%}

Forbidden

{%if exception%}{{exception}}{%else%}Forbidden{%endif%}

{%endblock%}