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