{# @button
#
# parameters:
# class - string
# label - string
# link - URL
# type - type attribute value (button, submit, reset)
# disabled - Boolean
# iconStart - markup
# iconEnd - markup
#}
{%- if link -%}
{%- if iconStart %}
{{ iconStart | safe }}
{% endif -%}
{{ label }}
{%- if iconEnd %}
{{ iconEnd | safe }}
{% endif -%}
{%- else -%}
{%- endif -%}