statbot/templates/htmlfooter.html

9 lines
195 B
HTML

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