Initial Commit
This commit is contained in:
6
templates/htmlfooter.html
Normal file
6
templates/htmlfooter.html
Normal file
@@ -0,0 +1,6 @@
|
||||
</div>
|
||||
{{ range $i, $v := .Scripts }}
|
||||
<script src="{{ $v }}"></script>
|
||||
{{ end }}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user