serve frontend panels

This commit is contained in:
f0x 2022-06-07 20:34:37 +02:00
commit 5912dfb7bd
3 changed files with 74 additions and 5 deletions

View file

@ -0,0 +1,5 @@
{{ template "header.tmpl" .}}
<main class="lightgray">
<div id="root"></div>
</main>
{{ template "footer.tmpl" .}}