{% include language_cookie.php %}
<!DOCTYPE html>
<html>

  {% include head.html %}

  <body>

    <div id="wrap">

        {% include header.html %}

        <div class="container main-content">
            {{ content }}
        </div>

        {% include footer.html %}

    </div>

  </body>

</html>