{% extends 'base.html' %} {% block title %}404 Error{% endblock %} {% block content %}
{{ description|default('Page Not Found') }}