{% comment %} This partial template contains the content structure for each project card. It's designed to be reusable and maintainable. {% endcomment %}
{% if project.image %}
{{ project.title | strip_html }}
{% endif %}

{{ project.title | markdownify | remove: '

' | remove: '

' }}

{{ project.description | markdownify }}
{% if project.tags %}
{% for tag in project.tags %} {{ tag }} {% endfor %}
{% endif %}
{% comment %} Add some error handling for missing content {% endcomment %} {% unless project.title and project.description %} {% endunless %} {% comment %} Add schema.org metadata for better SEO {% endcomment %}