10 lines
108 B
HTML
10 lines
108 B
HTML
{include "layout.html"}
|
|
|
|
{block "content"}
|
|
<h1>Welcome to Dragon Knight</h1>
|
|
|
|
<p>
|
|
Hey there!
|
|
</p>
|
|
{/block}
|