26 lines
		
	
	
		
			801 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			801 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <meta name="description" content="">
 | |
|     <meta http-equiv="Cache-control" content="No-Cache">
 | |
|     <link rel="apple-touch-icon" href="/assets/img/favicon.png" type="image/png">
 | |
|     <link rel="shortcut icon" href="/assets/img/favicon.png" type="image/png">
 | |
| 
 | |
|     <title>{{.Site.Title}} - {{.SubTitle}}</title>
 | |
| 
 | |
| <!--[if lt IE 9]>
 | |
|     <script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
 | |
| <![endif]-->
 | |
| 
 | |
|     {{ range $i, $v := .Stylesheets }}
 | |
|     <link rel="stylesheet" href="{{ $v }}">
 | |
|     {{ end }}
 | |
|     {{ range $i, $v := .HeaderScripts }}
 | |
|     <script src="{{ $v }}"></script>
 | |
|     {{ end }}
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id="layout">
 |