{# button override — terracotta seedling CTA, or a moss botanical-underline link for quiet styles. Fields (new builtin contract, per OVERRIDE-CONTRACT §4): link, style, label, size, icon, iconPosition, newTab, align. #} {% with align=align|default:"left" %}
{% if style == "ghost" or style == "link" or style == "secondary" %} {% if icon and iconPosition != "right" %}::{{ icon }}:sm::{% endif %}{{ label|default:"Learn more" }}{% if icon and iconPosition == "right" %}::{{ icon }}:sm::{% endif %} {% else %} {% if icon and iconPosition != "right" %}::{{ icon }}:sm::{% endif %}{{ label|default:"Learn more" }}{% if icon and iconPosition == "right" %}::{{ icon }}:sm::{% endif %} {% endif %}
{% endwith %}