{% extends "base.html" %} {% block content %}

{{ error_title }}

{{ error_message }}

{% if error_details %}

Details: {{ error_details }}

{% endif %}
What to do next?
  • Check if the database is properly connected
  • Verify that all required database tables exist
  • Try refreshing the page
  • If the error persists, check the server logs for more details
{% endblock %}