{% macro blog_card(itemsToLoopThrough, bcg) %} {% for item in itemsToLoopThrough %}
{% if item.image %} {{item.title}} {% else %} {% endif %}

{{ item.title }}

{% for tag in item.tags %} {{tag.title}} {% endfor %}
{% endfor %} {% endmacro %}