{% macro attrs(obj) %} {% set space = joiner(' ') %} {% for id, val in obj -%} {{ space() }}{{ id }}="{{ val }}" {%- endfor %} {% endmacro %}