hylia/examples/header.hy
2024-12-06 01:28:20 -05:00

9 lines
No EOL
247 B
Hy

<hylia>
<element name="body">
I am in the body element.
</element>
<p>I am not in the body element.</p>
<element name="outside">
I am outside the body element, but inside the outside element.
</element>
</hylia>