{%- comment %} {% endcomment -%} {%- assign tag_bg = include.tag_bg_color -%} {%- assign philos_post = include.post_to_gen -%} {%- assign num_tags_this_card = philos_post.tags | size -%} {%- for tag in philos_post.tags %} {%- assign num_tags_this_card = num_tags_this_card | minus: 1 %} {%- if tag_bg == "green" %}
{% elsif tag_bg == "purple" %}
{% endif %} {{ tag }}
{% endfor %} {%- comment %} {% endcomment %}