| 123456789101112131415161718 | 
							- <!DOCTYPE html>
 
- <html xmlns="http://www.w3.org/1999/xhtml"  lang="en">
 
- {% include head.html %}
 
- <body class="topBarDisabled">
 
-   <div class="container-fluid">
 
-     {% include header.html %}
 
-       <div class="row-fluid">
 
- 			{% include navigation.html %}
 
- 			<main id="bodyColumn"  class="span10" >
 
- 				{{ content }}
 
- 			</main>
 
- 		</div>
 
- 	</div>
 
- 	<hr/>
 
-   {% include footer.html %}
 
- </body>
 
- </html>
 
 
  |