{# note shortcode with icon and border display: icon / block / both type: neutral / ok / info / warning / error size: small / medium / large #} {# define defaults #} {% if not display %}{% set display="both" %}{% endif %} {% if not type %}{% set type="neutral" %}{% endif %} {% if not size %}{% set size="small" %}{% endif %}