|
@@ -1,10 +1,10 @@
|
|
|
<div class="modular-row programmes{{ page.header.class}}">
|
|
|
{{ content|raw }}
|
|
|
|
|
|
- <div class="feature-items">
|
|
|
+ <div class="">
|
|
|
{% for programme in page.header.programmes %}
|
|
|
- <div class="feature">
|
|
|
- <div class="feature-content">
|
|
|
+ <div class="">
|
|
|
+ <div class="">
|
|
|
{% if programme.nom_du_programme %}
|
|
|
<h4>{{ programme.nom_du_programme }}</h4>
|
|
|
{% endif %}
|
|
@@ -12,20 +12,12 @@
|
|
|
<p>{{ programme.texte_de_presentation }}</p>
|
|
|
{% endif %}
|
|
|
{% if programme.logo %}
|
|
|
- <img src="{{ page.media[header.programmes.logo] }}" alt="logo du programme {{programme.nom_du_programme}}" />
|
|
|
+ <img src="/user/pages/01.home/02._programmes/{{programme.logo}} " alt="logo du programme {{programme.nom_du_programme}}" />
|
|
|
+ {{ dump(programme.logo) }}
|
|
|
|
|
|
- {{ dump(name) }}
|
|
|
{% endif %}
|
|
|
</div>
|
|
|
</div>
|
|
|
{% endfor %}
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-{# ça, ça marche mais maintenant faut créer un variable qui va chercher les images
|
|
|
-{% if programme.logo %}
|
|
|
-<img src="{{ page.media['popsu.png'].url|e }}" alt=“logo_programme” />
|
|
|
-{% endif %}
|
|
|
-#}
|