learnlytics-go/templ/generator/test-html-comment/expected.html
2025-03-20 12:35:13 +01:00

15 lines
316 B
HTML

<!-- simple html comment -->
<p>sample content</p>
<!--
multiline
comment
-->
<p>second paragraph</p>
<!--
@paragraph("commented out composed element")
-->
<p>third paragraph</p>
<!-- commented out string expression: { content } -->
<span>sample content</span>
<!-- <div>comment with html</div> -->