Almost working

This commit is contained in:
Eden Kirin
2024-01-21 00:17:49 +01:00
parent 960c22a8c8
commit 9d76a8dc22
6 changed files with 151 additions and 53 deletions

7
app/templates/home.templ Normal file
View File

@ -0,0 +1,7 @@
package templates
templ Home(name string) {
@baseLayout() {
<div>Hello, { name }</div>
}
}