bs1in/web/templates/main.html

11 lines
312 B

4 years ago
{{define "body"}}
<section id="wrapper">
<button id="btn-reset">Reset & Refresh Databases</button>
<div class="hidden" id="general-info"></div>
4 years ago
</section>
{{end}}
{{define "scripts"}}
<script src="/static/js/main.js"></script>
4 years ago
<script src="/static/js/helper.js"></script>
{{end}}