Projects
{% if projects|length > 0 %}
{{ pagination.links }}
-
{% for project in projects %}
- {% include "projects/partials/project_box.html" %} {% endfor %}
{{ pagination.links }}
{% else %} No projects.{% endif %}