{% assign project = include.project %} {% if project.link %} {% assign proj-url = project.link %} {% else %} {% capture proj-url %}{{site.base}}{{project.url}}.html{% endcapture %} {% endif %}
{% 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 %} {% if project.subtitle != null and project.subtitle != "" %}
{{ project.subtitle }}
{% endif %}
{{ project.description | markdownify }}
{% if project.no-link != true or project.link %} Read more » {% endif %}
{% if project.people %} {% endif %}