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>
}