{{/* settings.html — lectio-web /settings page: a form for every config setting plus a raw books.toml editor. A plain POST form (no htmx) -- saving redirects (PRG) back here with ?saved=1. On a validation error the form re-renders with the submitted values and an inline message instead of redirecting. Self-contained and theme-aware, like index.html. */}} lectio — settings

← {{.L.BannerReadings}}

{{if .Saved}}

{{.L.WebSaved}}

{{end}} {{if .Error}}

{{.Error}}

{{end}}
{{.L.WebVersions}} {{range .VersionOpts}}{{end}}
{{.L.WebWebVersions}} {{range .WebVersionOpts}}{{end}}