hylia/examples/main.hy

13 lines
360 B
Hy
Raw Permalink Normal View History

<hylia>
2024-12-07 18:44:53 +00:00
<import src="header.hy" />
<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-07 18:44:53 +00:00
<hi />
2024-12-06 04:53:34 +00:00
<h1>Hello Hylia!</h1>
<p>This is an example content.</p>
{{testvar}}
</element>
</hylia>