summaryrefslogtreecommitdiff
path: root/internal/generator/templates.go
blob: df854ab5988f24f54ffd78466b94ea4fc92da730 (plain)
1
2
3
4
5
6
7
8
9
10
package generator

// The unified shell template, shared CSS/JS bundles, and per-theme asset
// triples live under internal/generator/templates/ and are loaded into the
// binary via embed.FS; see internal/generator/templates/embed.go.
//
// themes.go exposes ListThemes()/validThemeName().
// shared.go loads templates/shared/nav.tmpl into navDefs (splashGate, navhints,
// navmodal partials called from shell.tmpl).
// favicon.go generates the favicon.ico binary written into each output dir.