mirror of
https://gitlab.durp.info/durfy/apps/durpweb.git
synced 2026-05-08 00:11:25 -05:00
8 lines
193 B
HTML
8 lines
193 B
HTML
|
|
{{ define "header" }}
|
||
|
|
<h1 class="text-2xl font-bold my-5">Go and HTMX</h1>
|
||
|
|
<h2>{{.Message}}</h2>
|
||
|
|
{{ end }}
|
||
|
|
{{ define "CatFact" }}
|
||
|
|
<h2 id="catfact">Fact: {{.Fact}}</h2>
|
||
|
|
{{ end }}
|