20 lines
		
	
	
		
			No EOL
		
	
	
		
			335 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			No EOL
		
	
	
		
			335 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: compress
 | |
| ---
 | |
| {% include head.html %}
 | |
| <body id="top-of-page" class="{{ page.format }}">
 | |
| 	{% include navigation.html %}
 | |
| 
 | |
| 	{% include masthead.html %}
 | |
| 
 | |
| 	{% if page.breadcrumb == true %}
 | |
| 	{% include breadcrumb.html %}
 | |
| 	{% endif %}
 | |
| 
 | |
| 	{{ content }}
 | |
| 
 | |
| 	{% include footer.html %}
 | |
| 	
 | |
| 	{% include footer_scripts.html %}
 | |
| </body>
 | |
| </html> |