_includes/feature-item-end.html (10 lines of code) (raw):
{% if include.img %}
{% comment %}
does not work to do: { % include feature-image.html src='{{ include.img }}' % }
so we repeat that snippet :(
{% endcomment %}
<div class="feature-image">
<img src="{{ include.img }}"/>
</div>
{% endif %}
</div></div>