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

12 lines
333 B
HTML

<div>
<a bool data-attr="value" data-attr-bool dateid="my-custom-id" hx-get="/page" id="test" nonshade optional-from-func-true text="lorem">
text
</a>
<div bool data-attr="value" data-attr-bool dateid="my-custom-id" hx-get="/page" id="test" nonshade optional-from-func-true text="lorem">
text2
</div>
<div>
text3
</div>
</div>