{%macro print(tags, prefix)%}

Tags: {%for t in tags-%} {{t}}{{", " if not loop.last else ""}} {%-endfor%}

{%endmacro%}