Primary Projects
{% for project in data.primaryProjects %}
{% with type='primary' %}
{% include 'partials/project.html' %}
{% endwith %}
{% endfor %}
Secondary Projects
{% for project in data.secondaryProjects %}
{% with type='secondary' %}
{% include 'partials/project.html' %}
{% endwith %}
{% endfor %}