mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-21 02:07:30 -06:00
serve frontend panels
This commit is contained in:
parent
03bbe2a3d0
commit
5912dfb7bd
3 changed files with 74 additions and 5 deletions
5
web/template/frontend.tmpl
Normal file
5
web/template/frontend.tmpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{{ template "header.tmpl" .}}
|
||||
<main class="lightgray">
|
||||
<div id="root"></div>
|
||||
</main>
|
||||
{{ template "footer.tmpl" .}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue