<!doctype html> <html lang=“{{ page.lang | default: site.lang | default: 'ja' }}”>

{%- include head.html -%}

<body>

{%- include navbar.html -%}

<div class="container">

  {{ content }}

  {%- include footer.html -%}

</div>

{%- include javascripts.html -%}

</body>

</html>