{% with card_item=data.items.0 %}
{% if card_item.ndr_image %} Card image cap {% endif %}
{% if card_item.ndr_image.url %} {% endif %} {% if card_item.title %}
{{ card_item.title }}
{% endif %} {% if card_item.text %}

{{ card_item.text }}

{% endif %}
{% endwith %}