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.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							602 B
						
					
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							602 B
						
					
					
				<!DOCTYPE html>
 | 
						|
<!--[if lt IE 7]> <html lang="{{document_language}}" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
 | 
						|
<!--[if IE 7]>    <html lang="{{document_language}}" class="no-js lt-ie9 lt-ie8"> <![endif]-->
 | 
						|
<!--[if IE 8]>    <html lang="{{document_language}}" class="no-js lt-ie9"> <![endif]-->
 | 
						|
<!--[if gt IE 8]><!--><html lang="{{document_language}}" class="no-js"> <!--<![endif]-->
 | 
						|
<head>
 | 
						|
{% include template ~ "/layout/head.tpl" %}
 | 
						|
</head>
 | 
						|
<body dir="{{text_direction}}" class="{{section_name}}">
 | 
						|
{% block name%}
 | 
						|
{% endblock %}
 | 
						|
{% block body %}
 | 
						|
    {{ content }}
 | 
						|
{% endblock %}
 | 
						|
</body>
 | 
						|
</html> |