{% set setting = getSetting() %}
{% set settingLang = getGlobalSettingLang({'globalSetting':setting}) %}
{% block title %}{% endblock %}
{% set faviconImg = setting.favicon|default('ico.png') %}
{% set dir = getParameters('site_logo_dir') %}
{% block body %}
{% endblock %}