{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
{% raw %} New copilot instance
Copilots
Export to CSV
{% endraw %}
{{SITE_TITLE}} StreamCopilot Extension
{% include "copilot/_api_docs.html" %}
Update Copilot Create Copilot Cancel
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}