1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00
Files
kararas_iris/_examples/view/templ/hello.templ
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>
}