{% set allowed_domains = setting_value('visiosoft.theme.restate::domains_allowed_iframe_access') %} {% if not empty(allowed_domains) %} {% endif %} {{ setting_value('visiosoft.module.advs::google_statistic_code')|raw }} {% set additionalMeta = template.get('additional_meta') %} {{ additionalMeta ? additionalMeta|raw }} {% set title = trans(template.meta_title) %} {% set showTitle = template.showTitle is same as(false) ? false : true %} {% if showTitle %} {% set title = setting_value('streams::name', config_get('streams::distribution.name'))~" | "~trans(template.meta_title) %} {% endif %} {{ title|slice(0,60) }} {% block ogdata %} {% endblock %} {% set favicon = setting_value(config('streams::themes.standard') ~ '::favicon') %} {% if favicon %} {{ favicons(file(favicon).make.url) }} {% endif %} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/animate.min.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/base.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/bootstrap.min.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/bootstrap-notify-visio.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/bootstrap-multiselect.min.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/error.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/flags.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/forgot.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/gallery.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/intlTelInput.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/jquery-ui.min.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/login.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/register.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/theme.css") }} {{ asset_add("theme.css", "visiosoft.module.location::css/filterLocation.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/select2.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/base/intlTelInput.css") }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/slick.css",['min']) }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/slick-theme.css",['min']) }} {{ asset_add("theme.css", "visiosoft.theme.restate::scss/style.scss",['scss','min']) }} {{ asset_add("theme.css", "visiosoft.theme.restate::css/style.css",['min']) }} {{ asset_style("theme.css", ['min']) }} {{ constants() }}