statbot/templates/htmlfooter.html

8 lines
154 B
HTML
Raw Normal View History

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