feat: enabling templ
This commit is contained in:
5
hello.templ
Normal file
5
hello.templ
Normal file
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
templ hello(name string) {
|
||||
<div>Hello, {name}</div>
|
||||
}
|
||||
Reference in New Issue
Block a user