{% if include.show_projects %}
{% for project in site.data.projects.projects %}
{% if project.image %} {% endif %}

{{ project.title }}

{{ project.description }}

{% endfor %}
{% endif %}