{% extends "base.html" %} {% load i18n wagtailcore_tags %} {% block title %}template-404{% endblock %} {% block body_class %}template-404{% endblock %} {% block content %}

{% translate "Page not found" %}

{% translate "Sorry, this page could not be found" %}.
{% endblock %}