{% extends 'base.html' %} {% load static %} {% block title %}Page Not Found - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% include "components/agent_header.html" with agent_title="Page Not Found" agent_subtitle="The page you're looking for doesn't exist" %} {% include "components/quick_agents_panel.html" %}