{% from 'macro/helpers.html.twig' import addLinkOnLogoByPath %}
{% if 'visualiser-email' not in app.request.attributes.get('wildcard') %}
<div id="header">
{{- addLinkOnLogoByPath(app.request.attributes.get('wildcard')) -}}
</div>
{% endif %}