appel img dans programmes.html.twig, non résolu

This commit is contained in:
2021-03-19 17:14:56 +01:00
parent be10cb4602
commit 609b891e40
3 changed files with 10 additions and 8 deletions
@@ -1,9 +1,9 @@
<div class="modular-row programmes{{ page.header.class}}">
{{ content|raw }}
{{ dump(page.header) }}
<div class="feature-items">
{% for programme in page.header.programmes %}
<div class="feature">
<div class="feature">
<div class="feature-content">
{% if programme.nom_du_programme %}
<h4>{{ programme.nom_du_programme }}</h4>
@@ -12,7 +12,9 @@
<p>{{ programme.texte_de_presentation }}</p>
{% endif %}
{% if programme.logo %}
{{ page.media[header.programmes.logo|first.name] }}
<img src="{{ page.media[header.programmes.logo] }}" alt="logo du programme {{programme.nom_du_programme}}" />
{{ dump(name) }}
{% endif %}
</div>
</div>