{# HTTP 403 - when the view raises pyramid.httpexceptions.HttpForbidden #} {% extends "site/base.html" %} {% block content %}

Forbidden

Whoopsie. You do not have permission to access this page.

{% if not request.user %}

Login first?

{% endif %}
{% endblock %}