13 lines
371 B
Twig
13 lines
371 B
Twig
{#
|
|
Override du bloc logo EPAU (footer).
|
|
Cf. block--erabletheme-logoepau-2.html.twig.
|
|
#}
|
|
<div{{ attributes }}>
|
|
{{ title_prefix }}
|
|
{% if label %}<h2{{ title_attributes }}>{{ label }}</h2>{% endif %}
|
|
{{ title_suffix }}
|
|
<a href="https://epau.archi.fr" target="_blank" rel="noopener">
|
|
<img src="/{{ directory }}/assets/logo_epau.png" alt="EPAU">
|
|
</a>
|
|
</div>
|