|
@@ -1,9 +1,9 @@
|
|
<div class="modular-row programmes{{ page.header.class}}">
|
|
<div class="modular-row programmes{{ page.header.class}}">
|
|
{{ content|raw }}
|
|
{{ content|raw }}
|
|
- {{ dump(page.header) }}
|
|
|
|
|
|
+
|
|
<div class="feature-items">
|
|
<div class="feature-items">
|
|
{% for programme in page.header.programmes %}
|
|
{% for programme in page.header.programmes %}
|
|
- <div class="feature">
|
|
|
|
|
|
+ <div class="feature">
|
|
<div class="feature-content">
|
|
<div class="feature-content">
|
|
{% if programme.nom_du_programme %}
|
|
{% if programme.nom_du_programme %}
|
|
<h4>{{ programme.nom_du_programme }}</h4>
|
|
<h4>{{ programme.nom_du_programme }}</h4>
|
|
@@ -12,7 +12,9 @@
|
|
<p>{{ programme.texte_de_presentation }}</p>
|
|
<p>{{ programme.texte_de_presentation }}</p>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% if programme.logo %}
|
|
{% 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 %}
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|