go-tools/app/mailadm/pages/home.go.tpl

9 lines
170 B
Smarty
Raw Normal View History

2023-07-15 08:35:45 -06:00
{{template "main" .}}
{{define "content"}}
<h2>What is this?</h2>
<button hx-get="/mailadm/clicked?times=1" hx-swap="outerHTML">
Click Me!
</button>
{{end}}