{% extends "templates/one-column.html" %} {% block title %}404: Page not found{% endblock %} {% block content %}
{% if message %} {{ message }} {% else %} You're not allowed to access this page {% endif %}