{% comment %}
MX Cogify for Shopify
Paste this into: Online Store > Themes > Edit Code > theme.liquid (before )
Or add as a Custom Liquid section via the theme customiser.
{% endcomment %}
{% if template contains 'product' %}
{% elsif template contains 'article' or template contains 'blog' %}
{% elsif template contains 'collection' %}
{% elsif template contains 'page' %}
{% else %}
{% endif %}
{% if product.tags.size > 0 %}
{% elsif article.tags.size > 0 %}
{% endif %}