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

31 lines
608 B
HTML

<style type="text/css">
.important_2ed176fc{width:100;}
</style>
<div style="width: 100;">
Important
</div>
<style type="text/css">
.unimportant_900aeb18{width:50;}
</style>
<div style="width: 100;" class="unimportant_900aeb18">
Unimportant
</div>
<div style="width: 100;" class="unimportant_900aeb18">
Else
</div>
<div data-script="on click
do something
end">
</div>
<h2>HTMX Wildcard attribute</h2>
<form
hx-post="/api/secret/unlock"
hx-target="#secret"
hx-target-*="#errors"
hx-indicator="#loading-indicator"
>
<input type="button" value="Unlock"/>
</form>