2025-03-21 11:05:42 +08:00

12 lines
400 B
Cheetah

{{define "footer"}}
<input type="hidden" id="csrf_token" value="{{.CsrfToken}}">
<script src="/statics/component/layui/layui.js"></script>
<script src="/statics/component/pear/pear.js"></script>
<script src="/statics/component/pear/help.js"></script>
<script src="/statics/js/Function/public.js"></script>
<script src="/statics/js/upload.js"></script>
{{block "js" .}}{{end}}
</body>
</html>
{{end}}