5 lines
115 B
Cheetah
5 lines
115 B
Cheetah
|
{{ template "header.tmpl" .}}
|
||
|
<main class="lightgray">
|
||
|
<div id="root"></div>
|
||
|
</main>
|
||
|
{{ template "footer.tmpl" .}}
|