{{ include.tag }}

{{ include.description }}

{% for post in site.posts %} {% if post.tags contains include.tag %}

{{ post.title }}

{{ post.date | date_to_string }}
Read this postRead on itchRead on Steam
{% endif %} {% endfor %}