bs1in/web/templates/main.html

8 lines
146 B
HTML
Raw Normal View History

2021-10-13 11:06:56 +02:00
{{define "body"}}
<section id="wrapper">
</section>
{{end}}
{{define "scripts"}}
<script src="/static/js/helper.js"></script>
{{end}}