mirror of
				https://github.com/metagov/govarch-website.git
				synced 2025-10-30 12:15:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			421 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			421 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     
 | |
|     <meta charset="utf-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 | |
|     <meta name="viewport" content="width=device-width">
 | |
|     
 | |
|     <title>{{ site.title }} — {{ page.title }}</title>
 | |
| 
 | |
|     <link rel="stylesheet" href="{{ '/assets/css/main.css' | absolute_url }}?{{ site.time | date: '%s%N' }}">
 | |
| 
 | |
|   </head>
 | |
|   <body>
 | |
| 
 | |
|     {{ content }}
 | |
| 
 | |
|   </body>
 | |
| </html> |