{% set url = url ?? null %} {% set icon = icon ?? null %} {% set body %} {% if icon %}{{ icon(icon, 'w-4 h-4 shrink-0') }}{% endif %} {{ block('content') }} {% endset %}
  • {% if url %} {{ body }} {% else %}
    {{ body }}
    {% endif %}