{% set page_title = 'Error' %} {% if not slim %} {% extends "base.html" %} {% endif %} {% block main %} {% if traceback %}

500 Uncaught exception:

{{ traceback }}

Please report this issue at https://github.com/user234683/youtube-local/issues

Remember to include the traceback in your issue and redact any information in it you do not want to share

{% else %}
{{ error_message }}
{% endif %} {% endblock %}