{% extends "base.html" %} {% block title %}Forbidden (403){% endblock title %} {% block content %}
{% if exception %} {{ exception }} {% else %} You're not allowed to access this page. {% endif %}