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