blueprint & twig features
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user