learnlytics-go/templ/generator/test-go-comments/template.templ

11 lines
160 B
Plaintext
Raw Normal View History

2025-03-20 12:35:13 +01:00
package testcomment
templ render(content string) {
// This is not rendered.
<p>{ content }</p>
/*
This is also not rendered.
*/
/* Neither is this */
}