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

⚠️ Error {{ status_code }} ⚠️

{% if err.description %}

{{ err.description }}

{% else %}

Something went wrong!

{% endif %}

Start Over

{% endblock %}