{% extends "layouts/base.html" %} {% from "macros.html" import icon %} {% block body %}
{{ icon('warn', 'w-7 h-7') }}

{{ title or "Something went wrong" }}

{{ message }}

← Back to queues
{% endblock %}