<!DOCTYPE html> <html lang=“ru”>

{% include head.html %}

<body>
  <div class="wunsh pure-g">
    {% include menu.html %}

    <div class="content pure-u-1 pure-u-md-3-4">
      {{ content }}

      {% include footer.html %}
      {% include modals.html %}
      {% include scripts.html %}
      {% include counters.html %}
    </div>
  </div>
</body>

</html>