blob: fcb15f590c39831a0ac066f1763ef62a5876b438 (
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 getNavDefs() (splashGate, navhints,
// navmodal partials called from shell.tmpl).
// favicon.go generates the favicon.ico binary written into each output dir.
|