21 lines
199 B
Plaintext
21 lines
199 B
Plaintext
-- fmt.templ --
|
|
package test
|
|
|
|
func test() {
|
|
// Do nothing.
|
|
}
|
|
|
|
templ Hello() {
|
|
<div>Hello</div>
|
|
}
|
|
-- fmt.templ --
|
|
package test
|
|
|
|
func test() {
|
|
// Do nothing.
|
|
}
|
|
|
|
templ Hello() {
|
|
<div>Hello</div>
|
|
}
|