{% capture category %}{{ post.categories | size }}{% endcapture %}

{{post.title}}

{% if category != '0' %}
{% include blog/post/tags.html %}
{% endif %}