{% if site.data.features %}

{{ site.ourspace[site.active_lang] }}

{% for feature in site.data.features %}
{% if feature.image %}
{{ feature.title }} logo
{% endif %}

{{ feature.title }}

{{ feature.description }}
{% endfor %}
{% endif %}