Almost working
This commit is contained in:
7
app/templates/home.templ
Normal file
7
app/templates/home.templ
Normal file
@ -0,0 +1,7 @@
|
||||
package templates
|
||||
|
||||
templ Home(name string) {
|
||||
@baseLayout() {
|
||||
<div>Hello, { name }</div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user