{% assign project = include.project %} {% capture card-content %}
{% if project.image %} {% assign imgurl = project.image %} {% capture init %}{{ project.image | slice: 0,1 }}{% endcapture %} {% if init == "/" %} {% capture imgurl %}{{site.base}}{{project.image}}{% endcapture %} {% endif %} {{project.title}} {% endif %} {% if project.notitle != true %}

{{project.title}}

{% endif %}
{{ project.description | markdownify }}
{% if project.people %} {% endif %} {% endcapture %} {% if project.link %} {% assign proj-url = project.link %} {% else %} {% capture proj-url %}{{site.base}}{{project.url}}.html{% endcapture %} {% endif %} {% if proj-url %} {% else %}
{{ card-content }}
{% endif %}