{{ template "hamburger" }}
{{ template "page_progress" }}
{{ block "op_form" . }}
{{ template "page_title" "OpenRun Builder" }}
{{ if .Data.EditApp }}Edit app{{ else }}New app{{ end }}
{{ if .Data.EditApp }} Describe the change; the agent modifies the app source and you refine it in a chat with a live preview {{ else }} Describe the app; the agent scaffolds it and you refine it in a chat with a live preview {{ end }}
{{ template "error_alert" .Data.Error }}
{{ end }}