learnlytics-go/templ/examples/content-security-policy/templates.templ
2025-03-20 12:35:13 +01:00

10 lines
87 B
Plaintext

package main
script sayHello() {
alert("Hello")
}
templ template() {
@sayHello()
}