---
layout: default
---
{% assign projects = site.projects | where_exp: "item", "item.home_url != nil" %}
{% assign num_projects = projects | size %}
{% if num_projects > 0 %}
{{ project.description }}
{{ project.title }}
No projects to display.
{% endif %}