9 lines
		
	
	
		
			227 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			227 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang={{ page.lang }}>
 | 
						|
  {% include common/head.html %}
 | 
						|
  <body>
 | 
						|
      {{ content }}
 | 
						|
    {% include common/footer.html %}
 | 
						|
  </body>
 | 
						|
  <script src={{ "/assets/js/index.js" | absolute_url }}></script>
 | 
						|
</html> |