12 lines
333 B
HTML
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>
|