templates/html/01_head/00_header-script/header-script.html.twig line 1

Open in your IDE?
  1. {% if document.getProperty('header_script') is defined and document.getProperty('header_script') is not null %}
  2.   {{ document.getProperty('header_script') | raw }}
  3. {% endif %}