{{ html_limit(post.summary, 280)|raw }}
-
{% for category in post.categories %}
- {{ category.name }}{% if not loop.last %}, {% endif %} {% endfor %}

description = "Tag results" [viewBag] [searchPosts] slug = "{{ :slug }}" pageNumber = "{{ :page }}" postsPerPage = 4 postPage = "blog/blog-post" sortOrder = "published_at desc" == {% set posts = searchPosts.posts %} {% set tag = searchPosts.tag %}
{{ html_limit(post.summary, 280)|raw }}