{% extends "base-apply.html" %} {% load wagtailcore_tags wagtailsettings_tags %} {% block title %}{{ settings.core.SystemSettings.title_404 }}{% endblock %} {% block body_class %}template-404{% endblock %} {% block content %}

{{ settings.core.SystemSettings.title_404 }}

{{ settings.core.SystemSettings.body_404|richtext }}
{% endblock %}