templates/app/partials/app-styles.html.twig line 1

Open in your IDE?
  1. {% set domain = app.request.getHost() %}
  2. {% if domain in setrivodouHosts %}
  3. {{ encore_entry_link_tags('setrivodou-styles') }}
  4. {% elseif domain in rewaterHosts %}
  5. {{ encore_entry_link_tags('rewater-styles') }}
  6. {% elseif app.user is not null and app.user.getHasDarkMode is same as(true) %}
  7. {{ encore_entry_link_tags('app-dark-styles') }}
  8. {% else %}
  9. {{ encore_entry_link_tags('app-styles') }}
  10. {% endif %}