{% props label = null, renderLabelRaw = false, icon = null, htmlAttributes = {}, %} {% if label is not empty or icon is not empty %}
  • {%- if icon %} {% endif -%} {%- if label is not empty -%}{{ renderLabelRaw ? label|raw : label }}{%- endif -%}
  • {% endif %}