{% macro content(tags, channel) -%}
{% for tag in tags %}
{{ tag.name }}
{% endfor %}
{%- endmacro %}