{% import _self as selfMacros %} {% macro attributes(attributes) %} {% for attb, value in attributes %} {{ attb }}="{{ value }}" {% endfor %} {% endmacro %}