13 lines
		
	
	
		
			No EOL
		
	
	
		
			233 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			233 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% include header.html %}
 | 
						|
<body id="top-of-page" class="{{ page.format }}">
 | 
						|
	{% include navigation.html %}
 | 
						|
 | 
						|
	{% include masthead.html %}
 | 
						|
 | 
						|
	{{ content }}
 | 
						|
 | 
						|
	{% include footer.html %}
 | 
						|
	
 | 
						|
	{% include footer_scripte.html %}
 | 
						|
</body>
 | 
						|
</html> |