hylia/examples/main.hy

10 lines
233 B
Hy
Raw Normal View History

<hylia>
<import file="header.hy"></import>
<element name="head">
<title>Hello Hylia!</title>
</element>
<element name="body">
<header />
<p>This is the main content.</p>
</element>
</hylia>