{% for feature in features %} {% if 3 >= loop.index %}
  • {% if feature.has_image %} {% else %} {% endif %}

    {{ feature.title | raw }}

    {{ feature.excerpt | truncate_word(200) | raw }}

  • {% endif %} {% endfor %}