mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 13:12:25 -06:00
serve frontend panels
This commit is contained in:
parent
03bbe2a3d0
commit
5912dfb7bd
3 changed files with 74 additions and 5 deletions
|
|
@ -11,5 +11,10 @@
|
|||
Email: <a href="mailto:{{.instance.Email}}" class="nounderline">{{.instance.Email}}</a><br>
|
||||
</div>
|
||||
</footer>
|
||||
{{if .javascript}}
|
||||
{{range .javascript}}
|
||||
<script source="{{.}}"></script>
|
||||
{{end}}
|
||||
{{end}}
|
||||
</body>
|
||||
</html>
|
||||
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