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