13 lines
		
	
	
		
			277 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			277 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE HTML>
 | 
						|
<html lang="en">
 | 
						|
{% include head.html %}
 | 
						|
<body class="landing">
 | 
						|
  {% include header.html %}
 | 
						|
  {% include banner.html %}
 | 
						|
  {% include core-values.html %}
 | 
						|
  {% include services.html %}
 | 
						|
  {% include footer.html %}
 | 
						|
  {% include foot-scripts.html %}
 | 
						|
</body>
 | 
						|
</html>
 |