Case Study {% if logo_url %} {% else %} {% endif %}

{{ title | default("Case Study Title") }}

{% if subtitle %}

{{ subtitle }}

{% endif %}
{% if at_a_glance %} {% endif %}
!

The Challenge

{{ challenge | safe | default("

Describe the challenge or problem the client faced.

") }}
✓

The Solution

{{ solution | safe | default("

Describe the solution implemented.

") }}
★

The Results

{{ results | safe | default("

Describe the outcomes and impact.

") }}
{% if metrics %}
{% for metric in metrics %}
{{ metric.value }}
{{ metric.label }}
{% endfor %}
{% endif %}
{% if testimonial %}

"{{ testimonial.text }}"

— {{ testimonial.author }}{% if testimonial.title %}, {{ testimonial.title }}{% endif %}
{% endif %}