adding in core

This commit is contained in:
talksik
2023-09-06 13:09:51 -07:00
parent 93437ddc79
commit 8720100313
8 changed files with 196 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package templates
templ Hello(name string) {
<div>Hello, { name }</div>
}