iris/_examples/view/templ/hello.templ

5 lines
87 B
Plaintext
Raw Normal View History

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