{% extends "base.html" %} {% block title %}Agent Setup Prompt — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}
This banner is shown above the setup commands on /setup. Empty by default.
Use it for organisation-specific notes: VPN requirements, support channel, data classification
policy, platform onboarding steps, etc.
The override is rendered server-side as HTML — Jinja2 placeholders like
{{ "{{ user.name }}" }} are substituted at render time.
Output is sanitised post-render: inline <script> tags and
on*= event handlers are stripped as a safety net.
Your override will be permanently removed. No banner will be shown on /setup. This cannot be undone.