{% capture tag %}{{ page.tags | size }}{% endcapture %} {% unless tag == '0' %}
{% for tag in page.tags %} {{ tag }} {% endfor %}
{% endunless %}