Files
PriceForge/bible-local/kit/scaffolds/go-nethttp-web/web/templates/index.html
2026-03-01 22:26:50 +03:00

12 lines
275 B
HTML

{{ define "content" }}
<section class="card">
<p>Minimal net/http + html/template scaffold.</p>
<ul>
<li><code>GET /</code> page</li>
<li><code>GET /healthz</code> healthcheck</li>
<li><code>/static/*</code> embedded assets</li>
</ul>
</section>
{{ end }}