{% extends "base-site.html" %} {% block title %} {{ _('Page 403') }} {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{{ _("Looks like you're not allowed to access that page... Strange...") }}