9 lines
175 B
Plaintext

package components
templ Body() {
<body>
<div id="indicator" class="htmx-indicator fixed top-0"></div>
{ children... }
@Modal(false)
</body>
}