10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
|
package layouts
|
||
|
|
||
|
import (
|
||
|
"git.grosinger.net/tgrosinger/saasitone/pkg/page"
|
||
|
)
|
||
|
|
||
|
templ HTMX(p page.Page, content templ.Component) {
|
||
|
@content
|
||
|
}
|