8 lines
		
	
	
		
			149 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			149 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
  {% include common/head.html %}
 | 
						|
  <body>
 | 
						|
      {{ content }}
 | 
						|
    {% include common/footer.html %}
 | 
						|
  </body>
 | 
						|
</html> |