{% extends "base.html" %} {% block title %}{{ tr("Not found") }} ยท clear-record{% endblock %} {% block body %} {# A page route 404 is a page, not a JSON body; the message is already translated by the route that could not resolve the URL. #} {{ tr("Not found") }} {{ message }} {{ tr("Projects") }} {% endblock %}
{{ message }}
{{ tr("Projects") }}