rentease/internal/views/index.templ
2024-02-04 12:48:43 +01:00

7 lines
66 B
Text

package views
templ Index() {
@BaseLayout() {
<p>Hi </p>
}
}