You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
312 B

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