{% if pagename in ablog %} {% set post = ablog[pagename] %} {% if post.tags %}
{% if post.tags|length > 1 %} {% else %} {% endif %} {% for coll in post.tags %} {% if coll|length %} {{ coll }}{% if loop.index < post.tags|length %}{% endif %} {% else %}{{ coll }}{% if loop.index < post.tags|length %}{% endif %}{% endif %} {% endfor %}
{% endif %} {% endif %}