All checks were successful
Deploy to K8s / deploy (push) Successful in 7s
Stand up the Go-native HTML frontend foundation: - base.tmpl layout + nav/footer partials (three-tier nav, active-link highlighting) - terminal-green-on-black theme extracted to static/css/app.css (served via embed.FS) - HTMLHandler with stub pages for all five routes; / redirects to /adults - NewRenderer parses per-page template sets at startup so parse failures abort boot - Smoke test: each route returns 200 text/html with exactly one class="active" link Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6 lines
135 B
Cheetah
6 lines
135 B
Cheetah
{{define "title"}}Sync Bank Data{{end}}
|
|
{{define "content"}}
|
|
<h1>Sync Bank Data</h1>
|
|
<p class="description">Coming in M6.6</p>
|
|
{{end}}
|