{% if include.item.project_data != nil and include.item.project_name != nil %} {% if include.item.slug == 'index' %} {% assign item_slug = include.item.id | split: "/" | reverse | slice: 1 | first %} {% else %} {% assign item_slug = include.item.id | split: "/" | reverse | first %} {% endif %} {% assign product_home_url = include.item.project_data.home_url | append: include.item_type | append: "/" | append: item_slug | append: "/" %} {% else %} {% assign product_home_url = include.item.url | relative_url %} {% endif %} {% if include.item_type == 'software' and site.is_hub != true %}
{% include software-symbol.html item_id=include.item.id %}
{% endif %}
{% if include.item.project_data != nil and include.item.project_name != nil %} {% assign project_symbol_path = include.item.project_name | append: "/assets/symbol.svg" %} {% assign relative_symbol_path = "/projects/" | append: project_symbol_path %}

{{ include.item.project_data.title }}

{% endif %}

{{ include.item.title }}

{{ include.item.description }}