{% macro byline(creators) -%} {% for c in creators %}{% if c.href %}{{ c.name }}{% else %}{{ c.name }}{% endif %}{% if not loop.last %}, {% endif %}{% endfor %} {%- endmacro %}