<!DOCTYPE html>
<html lang={{ site.lang }}>
  <head>
    {% include head.html %}
  </head>
  <body class="antialiased font-medium overflow-x-hidden bg-black text-white">
    {% include nav.html %}
    {{ content }}
    {% include footer.html %}
    <script src="{{ site.assets_url }}javascript/nojs.js"></script> 
  </body>
</html>