{% if sections.projects.badge %} {{ sections.projects.badge }} {% endif %}

{{ sections.projects.title }}

{{ sections.projects.subtitle }}

{% if sections.projects.categories %}
{% for category in sections.projects.categories %} {% endfor %}
{% endif %} {% if sections.projects.layout == 'grid' %}
{% for project in sections.projects.items %}
{{ project.title }} {% if project.status %}
{{ project.status_label|default(project.status|title) }}
{% endif %}

{{ project.title }}

{{ project.short_description }}

{% if project.demo_url %} {% endif %} {% if project.url %} {% endif %}
{% if project.category_label %}
{{ project.category_label }}
{% endif %}

{{ project.title }}

{{ project.short_description }}

{% if project.timeline %}
{{ project.timeline }}
{% endif %}
{% endfor %}
{% elif sections.projects.layout == 'timeline' %}
{% for project in sections.projects.items %}
{{ project.date }}
{% if project.status %}
{{ project.status_label|default(project.status|title) }}
{% endif %}
{% if project.image %}
{{ project.title }}
{% endif %}
{% if project.category_label %}
{{ project.category_label }}
{% endif %}

{{ project.title }}

{{ project.description }}

{% if project.details %}
    {% for detail in project.details %}
  • {{ detail }}
  • {% endfor %}
{% endif %}
{% if project.demo_url %} View Demo {% endif %} {% if project.url %} View Details {% endif %}
{% endfor %}
{% else %}
{% for project in sections.projects.items %}
{{ project.title }} {% if project.status %}
{{ project.status_label|default(project.status|title) }}
{% endif %}
{% if project.category_label %}
{{ project.category_label }}
{% endif %}

{{ project.title }}

{{ project.description }}

{% if project.timeline %}
{{ project.timeline }}
{% endif %} {% if project.details %}
    {% for detail in project.details %}
  • {{ detail }}
  • {% endfor %}
{% endif %}
{% if project.demo_url %} View Demo {% endif %} {% if project.url %} View Details {% endif %}
{% endfor %}
{% endif %} {% if sections.projects.load_more %}
{% endif %} {% if sections.projects.cta %}

{{ sections.projects.cta.title }}

{{ sections.projects.cta.description }}

{% for button in sections.projects.cta.buttons %} {% if button.icon %} {% endif %} {{ button.label }} {% endfor %}
{% endif %}