feat: initialize template

This commit is contained in:
2026-02-11 20:27:14 +01:00
parent c937be1274
commit bbae5b1c93
61 changed files with 396 additions and 4399 deletions
+12
View File
@@ -0,0 +1,12 @@
package pages
import (
"git.schreifuchs.ch/schreifuchs/schreifuchs.ch/web/layouts"
"git.schreifuchs.ch/schreifuchs/schreifuchs.ch/web/components"
)
templ Index() {
@layouts.Base("Home") {
@components.Hello()
}
}