{% extends "base.html" %} {% block title %}Lute error{% endblock %} {% block header %}500 internal server error{% endblock %} {% block body %}
Hmm, something went wrong ...
Platform: {{ platform }}
Version: {{ version }}
In docker?: {{ is_docker }}
Stack trace:
{{ exception_info }}
If this issue persists, please open a GitHub Issue, including all of the above information in the issue.
{% endblock %}