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

Forbidden (403)

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

{% endblock content %}