{% extends 'base.html' %} {% block title %}404 Error{% endblock %} {% block content %}
404 Error

{{ description|default('Page Not Found') }}

{% endblock %}