{% extends "wagtailcrx/pages/web_page.html" %} {% block title %}Page not found{% endblock %} {% block body_class %}404{% endblock %} {% block content %}

Page not found

Sorry, this page could not be found.

{% endblock %}