{% extends 'base.html' %} {% block title %} {{ _('Not found') }} {% endblock %} {% block main %} {{ _('404 Not Found') }} {{ _('The request the was not found on this server.') }} {% endblock %}