Allow editing of individual sections

This commit is contained in:
2026-04-15 12:14:40 +02:00
parent b3ca714597
commit 02fa19272d
7 changed files with 104 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ type pageData struct {
Crumbs []crumb
CanEdit bool
EditMode bool
SectionIndex int // -1 = whole page; >=0 = section being edited
PostURL string
RawContent string
Content template.HTML