{{/* settings.html — lectio-web /settings page: a form for every config setting plus a raw books.ini 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}}
{{/* The terminal compare set (config "versions") is intentionally NOT here: it only affects the CLI, so editing it from the web is pointless and confusing. settingsPost preserves it. This page keeps only the web's own defaults: the single default_version and the web_versions ticks. */}}
{{.L.WebWebVersions}} {{range .WebVersionOpts}}{{end}}