learnlytics-go/templ/examples/content-security-policy/templates.templ

10 lines
87 B
Plaintext
Raw Permalink Normal View History

2025-03-20 12:35:13 +01:00
package main
script sayHello() {
alert("Hello")
}
templ template() {
@sayHello()
}