{% extends "base_example.html" %} {% block title %}{{ _('NOT_FOUND_TITLE') }}{% endblock %} {% block content %}
{{ _("NOT_FOUND_MSG") }}