1
0
mirror of https://github.com/kataras/iris.git synced 2026-07-31 16:39:52 +00:00
Files
kararas_iris/_examples/view/templ/hello.templ
T
2023-12-13 02:18:16 +02:00

5 lines
87 B
Plaintext

package main
templ hello(name string) {
<div>Hello, <strong>{ name }</strong></div>
}