25 lines
		
	
	
		
			565 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			565 B
		
	
	
	
		
			HTML
		
	
	
	
---
 | 
						|
layout: none
 | 
						|
---
 | 
						|
<!DOCTYPE html>
 | 
						|
{%- include snippets/get-lang.html -%}
 | 
						|
<html lang="{{ __return }}">
 | 
						|
  <head>
 | 
						|
    {%- include analytics.html -%}
 | 
						|
    {%- include head.html -%}
 | 
						|
    <script>
 | 
						|
      {%- include scripts/utils/utils.js -%}
 | 
						|
      {%- include scripts/lib/throttle.js -%}
 | 
						|
      {%- include scripts/lib/lazyload.js -%}
 | 
						|
    </script>
 | 
						|
    {%- include scripts/variables.html -%}
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div class="root" data-is-touch="false">
 | 
						|
      {{ content }}
 | 
						|
    </div>
 | 
						|
    <script>
 | 
						|
      {%- include scripts/common.js -%}
 | 
						|
    </script>
 | 
						|
  </body>
 | 
						|
</html> |