{{ function('wp_head') }}
{% if current_lang == 'en' %} {% include 'header/module.template_ENG.twig' %} {% elseif current_lang == 'fr' %} {% else %} {% include 'header/module.template_RU.twig' %} {% endif %}
{% block content %} {% endblock %}
{% include 'footer/module.template.twig' %} {{ function('wp_footer') }}