initial commit

This commit is contained in:
xuu
2023-07-15 08:35:45 -06:00
commit 976ce36be2
26 changed files with 1272 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<button hx-get="/mailadm/clicked?times={{ addone ( .Get "times" ) }}" hx-swap="outerHTML">
Clicked {{ .Get "times" }} times!
</button>

View File

@@ -0,0 +1,8 @@
{{template "main" .}}
{{define "content"}}
<h2>What is this?</h2>
<button hx-get="/mailadm/clicked?times=1" hx-swap="outerHTML">
Click Me!
</button>
{{end}}