12 lines
		
	
	
		
			400 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
			
		
		
	
	
			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}} |