{% extends "base.html" %} {% block title %}Server Error - Real-Time Object Detection{% endblock %} {% block content %}

500 - Server Error

Something went wrong on our end. Please try again later.

Go Home {% if current_user.is_authenticated %} Dashboard {% endif %}
{% endblock %}