{% load static %} {% block features %}
{% for item in features %} {% if forloop.first %}
{% else %}
{% endif %}

{{ item.title }}

{{ item.contents }}

{% endfor %}
{% static 'img/features/features.jpg' as features_image %}
{% endblock %}