hylia/examples/main.hy

11 lines
310 B
Hy
Raw Normal View History

<hylia>
<element name="head">
<title>Hello Hylia!</title>
</element>
2024-12-06 04:53:34 +00:00
<var name="testvar"><h1>Hello!</h1><br><h2>Hello again!</h2></var>
<element name="body">
2024-12-06 04:53:34 +00:00
<h1>Hello Hylia!</h1>
<p>This is an example content.</p>
{{testvar}}
</element>
</hylia>