songbook/templates/htmlfooter.html
2018-01-27 11:58:40 -06:00

7 lines
115 B
HTML

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