{% extends "base.html" %} {% load static wagtailcore_tags wagtailimages_tags %} {% block body_class %}page-404{% endblock %} {# Disable Plausible on 404 page #} {% block plausible %}{% endblock %} {% block title %} Page not found {% wagtail_site as current_site %} {% if current_site and current_site.site_name %}:: {{ current_site.site_name }}{% endif %} {% endblock %} {% block main_content %} 🤷

There's nothing here!

The page you are looking for could not be found.

Go home or Search for something else.

{% endblock %}