{% extends "errors/base_error.html" %} {% block title %}500 - Internal Server Error - WolfPy{% endblock %} {% block icon %}⚠️{% endblock %} {% block error_code %}500{% endblock %} {% block error_title %}Internal Server Error{% endblock %} {% block error_message %} We're experiencing some technical difficulties. Our team has been notified and is working to fix the issue. {% endblock %} {% block actions %} Go Home Try Again {% endblock %} {% block debug_extra %} {% if error %}
{{ error }}
A server error occurred while processing your request. This could be due to:
Please try again in a few moments. If the problem persists, contact support.