learnlytics-go/templ/generator/test-js-unsafe-usage/template.templ
2025-03-20 12:35:13 +01:00

7 lines
189 B
Plaintext

package testjsunsafeusage
templ TestComponent() {
<button onClick={ templ.JSUnsafeFuncCall("anythingILike('blah')") }>Click me</button>
@templ.JSUnsafeFuncCall("// Arbitrary JS code")
}