{% extends "base.html" %} {% block title %}{{ _("Page not found") }}{% endblock %} {% block content %}

{{ _("Page not found") }}

{% endblock %}