{% if include.images.size > 1 %}
    {% for image in include.images %}
  1. {% endfor %}
{% endif %}
{% for image in include.images %}
{{ include.project_name }} photo
{% endfor %}
{% if include.images.size > 1 %} Previous Next {% endif %}