{{ sections.portfolio.title }}

{% if sections.portfolio.subtitle %}

{{ sections.portfolio.subtitle }}

{% endif %}
{% if sections.portfolio.categories %}
{% for category in sections.portfolio.categories %} {% endfor %}
{% endif %}
{% for item in sections.portfolio.items %}
{% if item.image %} {{ item.image.alt }} {% endif %}

{{ item.title }}

{% if item.category %}

{{ item.category }}

{% endif %} {% if item.description %}

{{ item.description }}

{% endif %} {% if item.link %} {{ item.link.label }} → {% endif %}
{% endfor %}