{{- template "document.html" . }} {{- define "document-title" }}Edit - {{ .App.Config.Branding.AppName }}{{ end }} {{- define "document-body" }}

Editing {{ .App.ConfigPath }}. Changes take effect via hot-reload.

Pages

Add a page


Saved versions

Up to {{ len .Backups }} previous versions of {{ .App.ConfigPath }} are kept. Restoring any one writes it as the current config and saves the just-current state as the new most recent, so you can always step back.

{{ template "footer.html" . }}
{{- end }}