{% extends "base.html" %} {% load static %} {% load wagtailimages_tags %} {% block title %}Page not found{% endblock %} {# {% block body_class %}template-404{% endblock %} #} {% block content %}

⟨4|Ô|4⟩ - Page not found

Sorry, this page could not be found.

{% with settings.waggylabs.WaggyLabsSettings as site_settings %}

{% if site_settings.site_icon %} {% image site_settings.site_icon original class='img-fluid' %} {% else %} Waggy Labs {% endif %}

{% endwith %} {% endblock %}