20 lines
		
	
	
		
			723 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			723 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
| {{define "header"}}
 | |
| <!DOCTYPE html>
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
| 	<meta charset="utf-8">
 | |
| 	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 | |
| 	<title>component</title>
 | |
| 	<link rel="icon" type="image/x-icon" href="/statics/favicon.ico">
 | |
| 	<link rel="stylesheet" href="/statics/component/pear/css/pear.css" />
 | |
| 	<link rel="stylesheet" href="/statics/admin/css/admin.css" />
 | |
| 	<link rel="stylesheet" href="/statics/admin/css/admin.dark.css" />
 | |
| 	<link rel="stylesheet" href="/statics/admin/css/variables.css" />
 | |
| 	<link rel="stylesheet" href="/statics/admin/css/reset.css" />
 | |
| 	<link rel="stylesheet" href="/statics/admin/css/style.css" />
 | |
| 	{{block "css" .}}{{end}}
 | |
| </head>
 | |
| 
 | |
| <body class="pear-container">
 | |
| 	{{end}} |