Projects

{% for project in projects %} {% match project %} {% when ProjectKind::WithoutImage((project1, project2)) %}
{% let project = project1 -%} {% include "pages/root/project-without-image.html" %} {% let project = project2 -%} {% include "pages/root/project-without-image.html" %}
{% when ProjectKind::WithImage(project) %} {% include "pages/root/project-with-image.html" %} {% endmatch %} {% endfor %}