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