apps-durpweb/view/blocks.html
2024-07-28 09:40:32 -05:00

7 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 }}