1--- 2layout: none 3--- 4<!DOCTYPE html> 5{%- include snippets/get-lang.html -%} 6<html lang="{{ __return }}"> 7 <head> 8 {%- include analytics.html -%} 9 {%- include head.html -%} 10 <script> 11 {%- include scripts/utils/utils.js -%} 12 {%- include scripts/lib/throttle.js -%} 13 {%- include scripts/lib/lazyload.js -%} 14 </script> 15 {%- include scripts/variables.html -%} 16 </head> 17 <body> 18 <div class="root" data-is-touch="false"> 19 {{ content }} 20 </div> 21 <script> 22 {%- include scripts/common.js -%} 23 </script> 24 </body> 25</html>