{% macro getAttributes(attributes) %}
  {% for attribute, value in attributes %}
    {{attribute}}="{{value}}"
  {% endfor %}
{% endmacro %}
