{{/* Builder new-app form (/builder/create) */}} {{ template "head" . }}
{{ template "drawer_toggle" }}
{{ template "page_progress" }} {{ block "op_form" . }}
{{ template "error_alert" .Data.Error }}
{{ if .Data.EditApp }}
{{ if .Data.EditPublished }} Editing {{ .Data.EditApp }} - the session starts from the app's current source. Publishing updates the source only; the app declaration in apps.star is not changed. {{ else }} Editing a copy of {{ .Data.EditApp }}, which was not published by the app builder. Publishing creates a NEW app (the original app is not changed); its settings - auth, params, bindings - are copied over, with fresh auto bindings. {{ end }}
{{ end }} {{/* One profile applies silently, none uses the built-in default - the choice only renders when there is one. The configured default profile is preselected */}} {{ if gt (len .Data.Profiles) 1 }} {{ $selected := or .Data.Values.profile .Data.DefaultProfile }} {{ end }} {{ if not .Data.EditApp }} {{ template "builder_services_checklist" . }} {{ end }}
Cancel
{{ end }}
{{ template "sidebar" . }}