{% if app.request.pathInfo == "/" %} {% else %} {% endif %} {{ setting_value('streams::name', config_get('streams::distribution.name')) }}|{{ trans(template.meta_title) }} {#{{ favicons("theme::img/favicon.png") }}#} {# Base Theme Components #} {{ asset_add("theme.css", "theme::scss/bootstrap/bootstrap.scss") }} {{ asset_add("theme.css", "theme::font-awesome/css/all.css") }} {{ asset_add("theme.css", "visiosoft.theme.defaultadmin::css/select2.css") }} {{ asset_style("theme.css") }} {# Specific Build Files #} {{ asset_add("build.css", "theme::scss/theme/theme.scss", ["live"]) }} {# Specific Build Files #} {{ asset_add("build.css", "theme::scss/theme/theme.scss", ["live"]) }} {# Include Asset Collections #} {{ asset_add("visiosoft_default.css", "theme::css/default/*") }} {{ asset_style("visiosoft_default.css") }} {{ template.includes.render('head')|raw }} {# Important!! #} {{ constants() }}