templates/header.html.twig line 1

Open in your IDE?
  1. {% from 'macro/helpers.html.twig' import addLinkOnLogoByPath %}
  2. {% if 'visualiser-email' not in app.request.attributes.get('wildcard') %}
  3.     <div id="header">
  4.         {{- addLinkOnLogoByPath(app.request.attributes.get('wildcard')) -}}
  5.     </div>
  6. {% endif %}