You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							359 B
						
					
					
				
			
		
		
	
	
							13 lines
						
					
					
						
							359 B
						
					
					
				| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="utf-8"/>
 | |
|     <title>{% block title %}{% endblock %}</title>
 | |
|     <link rel="shortcut icon" href="/images/favicon.png"/>
 | |
|     <link rel="bookmark" href="/images/favicon.png"/>
 | |
|     <link rel="stylesheet" type="text/css" href="/css/site.css"/>
 | |
| </head>
 | |
| <body>
 | |
| {% block body %}{% endblock %}
 | |
| </body>
 | |
| </html> |