{{ post.data.title }}
{{ post.data.description or (post.templateContent | striptags | truncate(160)) }}
{% for postTag in post.data.tags %}
#{{ postTag }}
{% endfor %}
--- layout: layouts/base.njk pagination: data: collections.tagList size: 1 alias: tag addAllPagesToCollections: true permalink: /tags/{{ tag | slug }}/ eleventyComputed: title: "Posts tagged '{{ tag }}'" ---
{{ post.data.description or (post.templateContent | striptags | truncate(160)) }}
No posts found with this tag.
{% endif %}