{% extends "base.html" %} {% load static %} {% load wagtailimages_tags %} {% block title %}Page not found{% endblock %} {# {% block body_class %}template-404{% endblock %} #} {% block content %}
{% if site_settings.site_icon %}
{% image site_settings.site_icon original class='img-fluid' %}
{% else %}
{% endif %}