{# noir override — contact-card; preserves heading, description, columns, channels[].icon/.label/.value/.link. Icon split markup kept verbatim. #}
{% if heading %}

{{ heading }}

{% endif %} {% if description %}

{{ description }}

{% endif %}
{% for channel in channels %}
{% if channel.icon %}{% endif %}
{% if channel.label %}
{{ channel.label }}
{% endif %} {% if channel.value %}
{% if channel.link %}{{ channel.value }}{% else %}{{ channel.value }}{% endif %}
{% endif %}
{% endfor %}