feat: enabling templ

This commit is contained in:
efim
2024-03-11 04:38:48 +00:00
parent 4f7b2fcd17
commit 81235e3ce6
7 changed files with 193 additions and 14 deletions

5
hello.templ Normal file
View File

@@ -0,0 +1,5 @@
package main
templ hello(name string) {
<div>Hello, {name}</div>
}