{% extends "base.html" %} {% block title %}Forbidden (403){% endblock %} {% block content %}

Forbidden (403)

{% if exception %}{{ exception }}{% else %}You're not allowed to access this page.{% endif %}

{% endblock content %}