{% extends 'base_error.html' %} {% block content %}

404

Not Found

{% if exception != "Resolver404" %}

{{ exception }}

{% endif %} {% endblock %}