{# Fusion Card — optional image, title, and subtitle slots. Omit any prop to skip that slot (no empty gap in the layout). Usage: {{}} {{}} {{}} {{}} #} {% component fusion.card( image: string = "", title: string = "", subtitle: string = "", image_alt: string = "" ) %}
{% if image %}
{{ image_alt }}
{% endif %} {% if title or subtitle %}
{% if title %}

{{ title }}

{% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %}
{% endif %}
{% endcomponent fusion.card %}