5 lines
170 B
HTML
5 lines
170 B
HTML
{{ define "init_page" }}
|
|
<p>Init page</p>
|
|
<button class="btn btn-accent" hx-get="/users" hx-swap="outerHTML" hx-target="#content">Get
|
|
list of users</button>
|
|
{{ end }} |