---
title:
format: none
---
{% set display_tag = tag %}
{% if is_multiple_tag %}
{% set display_tag = tag|join(', ') %}
{% endif %}
Posts tagged with {{ display_tag }}
{% for post in pagination.posts %}
{% include 'partial_post.html' %}
{% endfor %}
{% if pagination.prev_page %}{% endif %}
{% if pagination.next_page %}{% endif %}