{% extends "pythonnest/base.html" %}{% load i18n %} {% block content %}
{% trans 'Error 404: page not found' %}
{% trans 'We were unable to find the page you requested.' %}
{% endblock %}