{# generic_error.html #} {% extends "base.html" %} {% block title %}Page not found{% endblock %} {% block content %}

Error

{{ error }}

{% endblock %}