{{ sections.projects.title }}

{% if sections.projects.subtitle %}

{{ sections.projects.subtitle }}

{% endif %}
{% for project in sections.projects.items %}
{% if project.image %} {{ project.image.alt }} {% endif %}

{{ project.title }}

{% if project.status %} {{ project.status }} {% endif %}
{% if project.description %}

{{ project.description }}

{% endif %} {% if project.technologies %}
{% for tech in project.technologies %} {{ tech }} {% endfor %}
{% endif %} {% if project.links %}
{% for link in project.links %} {{ link.label }} → {% endfor %}
{% endif %}
{% endfor %}