{% extends 'base.html' %} {% load static %} {# AGENT TEMPLATE STARTER - Copy this file and customize for new agents REPLACE THE FOLLOWING: 1. "Agent Template Starter" -> Your agent name 2. "YOUR_AGENT_SLUG" -> your-agent-slug 3. Form fields in the widget-content section 4. How it works steps (optional) 5. Agent-specific JavaScript (optional) KEEP THE FOLLOWING: - All include statements for shared components - Basic template structure and CSS links - Processing and results components #} {% block title %}Data Analyzer - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %}