mirror of
https://gitlab.durp.info/durfy/apps/durpweb.git
synced 2026-05-07 07:50:31 -05:00
update
This commit is contained in:
parent
035a813154
commit
67b4818274
10 changed files with 181 additions and 33 deletions
7
view/blocks.html
Normal file
7
view/blocks.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{{ 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue