Search results for "{{ __SELF__.tag.name }}"
{% if __SELF__.posts %}
{% for Post in __SELF__.tag.posts %}
-
{{ Post.title }}
{% if Post.categories %}
- published in
{% for category in Post.categories %}
{{category.name}}{% if not loop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% else %}
No posts found.
{% endif %}