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