This commit is contained in:
2026-03-02 11:46:44 +08:00
parent 4d649d1682
commit 62ae7789de
5 changed files with 79 additions and 0 deletions

5
templates/hello.templ Normal file
View File

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