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