{% extends 'layout/page.html' %} {% block head_title %} 404 - {{ i18n.gettext('page not found')|u }} {% endblock %} {% block page_content %}

{{ i18n.gettext('404 - page not found')|u }}

{{ i18n.gettext('What were you looking for anyways?')|u }}

{% endblock %}