statbot/templates/htmlfooter.html

9 lines
195 B
HTML
Raw Normal View History

</div>
<!-- TODO: Add Dynamic Scripts -->
{{ range $i, $v := .Scripts }}
<script src="{{ $v }}"></script>
{{ end }}
2015-11-02 19:48:29 +00:00
<script>{{ .InlineScript }}</script>
</body>
</html>