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