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

Something went wrong

{{ error.detail if error.detail else "An unexpected error occurred." }}

{% endblock %}