searchhut/templates/index.html
2022-07-09 17:48:52 +02:00

9 lines
222 B
HTML

{{template "head.html" .}}
<main>
{{template "form.html" .}}
<div class="alert">
<strong>Notice!</strong>
This product is experimental and incomplete. User beware!
</div>
</main>
{{template "footer.html" .}}