go-tools/app/mailadm/pages/home.go.tpl
2023-07-15 08:35:45 -06:00

9 lines
170 B
Smarty

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