{# 404 page #} {# We cannot extend extend base.html as we do not want to touch any session'y stuff in special views. We do this to avoid session conflicts when browsers fetch requests and may have race condition e.g. with missing favicon.ico #} {% extends "site/base_compact.html" %} {# TODO: Not sure if we should extend base_compact.html here so that we would have more protection against having state variables on 404 page #} {% block body %}

Not found

Nothing in this URL. Are you sure the address is correct?

View site front page.

{% endblock %}