{% macro tags(uname="", tagsList) %} {% for tag in tagsList %} {{ tag.name }} {% endfor %} {% endmacro %}