statbot/templates/htmlfooter.html
Brian Buller d5947f745f Starting Web Server work
Fixed some issues with stat adding.
2015-10-29 11:16:25 -05:00

8 lines
154 B
HTML

</div>
<!-- TODO: Add Dynamic Scripts -->
{{ range $i, $v := .Scripts }}
<script src="{{ $v }}"></script>
{{ end }}
</body>
</html>