9 lines
170 B
Smarty
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}}
|