templates/web/customer/model/header.twig line 1

Open in your IDE?
  1. {##
  2.  # ____file_title____
  3.  #}
  4. {% if this.getHeaderText() %}
  5.   <div class="header-text">{{ this.getHeaderText() }}</div>
  6. {% endif %}