{% if kicker %}
{{ kicker }}
{% endif %}
{% if headline %}{{ headline|safe }}{% else %}Cover story{% endif %}
{% if deck %}
{{ deck|safe }}
{% endif %}
{% if image %}
{% img image alt="" class="h-full w-full object-cover" layout="hero" %}
{% endif %}
{% if link %}
{% endif %}