ribbit/templates/htmlfooter.html

7 lines
115 B
HTML
Raw Normal View History

2019-01-10 16:39:42 +00:00
</div>
{{ range $i, $v := .Scripts }}
<script src="{{ $v }}"></script>
{{ end }}
</body>
</html>