{% 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 %}Agent Template Starter - Quantum Tasks AI{% endblock %} {% block extra_css %} {# Add agent-specific CSS here if needed #} {% endblock %} {% block content %} {% include "workflows/components/agent_header.html" with agent_title=agent_config.name agent_subtitle=agent_config.description %} {% include "workflows/components/quick_agents_panel.html" %}