14 lines
257 B
Plaintext

package components
templ Content() {
<div
id="content"
hx-target="#content"
hx-select="#content"
hx-swap="outerHTML"
hx-push-url="true"
hx-indicator="#indicator"
>
{ children... }
</div>
}