{% for feature in features %}
{{ feature.title|capitalize }}

{{ feature.description }}

{% if loop.index % 3 == 0 %}
{% endif %} {% endfor %}