{% extends "base.html" %} {% block title %}500 ยท Maverick{% endblock %} {% block content %}

Something went wrong

The dashboard caught an unexpected error on {{ path or request.url.path }}. Check maverick logs or the server output for the full trace.

{% if detail %}
{{ detail }}

{% endif %}

Back to the overview

{% endblock %}