{%- macro button(options) -%} {# BUG: won't match if there is nore than one data attribute #} {# present in the string #} {%- if options.dataAttrs == 'data-save' -%} {%- endif -%} {{ __(options.label | d('')) }} {%- endmacro -%}