<!DOCTYPE html>
							 | 
						|
								<html>
							 | 
						|
								  {% include head.html %}
							 | 
						|
								  <body>
							 | 
						|
								    {% include header.html %}
							 | 
						|
								    <article class="group">
							 | 
						|
								      {{ content }}
							 | 
						|
								    </article>
							 | 
						|
								    {% include footer.html %}
							 | 
						|
								  </body>
							 | 
						|
								</html>
							 |