{% extends 'base.html' %} {% load i18n %} {% load static %} {% block title %}{% trans "Not Found" %}{% endblock %} {% block content %}

{% trans "Sorry, the page you requested could not be found" %}
{% trans "Error 404" %}

image of a sloth looking weird
{% endblock %}