blueprint & twig features

This commit is contained in:
2021-03-11 16:24:17 +01:00
parent b82e412f27
commit d073d211cc
26 changed files with 75 additions and 21 deletions
@@ -17,6 +17,9 @@
{% if feature.text %}
<p>{{ feature.text }}</p>
{% endif %}
{% if feature.logo %}
<img src="{{ page.media[page.header.feature.logo].url }}" alt=“logo_programme”/>
{% endif %}
</div>
</div>
{% endfor %}