learnlytics-go/templ/generator/test-js-unsafe-usage/template.templ

7 lines
189 B
Plaintext
Raw Permalink Normal View History

2025-03-20 12:35:13 +01:00
package testjsunsafeusage
templ TestComponent() {
<button onClick={ templ.JSUnsafeFuncCall("anythingILike('blah')") }>Click me</button>
@templ.JSUnsafeFuncCall("// Arbitrary JS code")
}