{% extends "base.html" %} {% block title %}Page Not Found - Real-Time Object Detection{% endblock %} {% block content %}

404 - Page Not Found

The page you're looking for doesn't exist or has been moved.

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