{% comment %} Link Display Widget Shows text with link and optional subtitle. Uses Unfold semantic colors for dark/light theme support. {% endcomment %} {% if link_url %} {% if subtitle_text %}
{% if link_icon %}{{ link_icon }}{% endif %} {{ text }}
{{ subtitle_text }}
{% else %} {% if link_icon %}{{ link_icon }}{% endif %} {{ text }} {% endif %} {% else %} {{ text }} {% endif %}