description = "Blog Page Header" [viewBag] ==

{% if postsWithTag.posts %} {{ "ginopane.blogtaxonomy::lang.components.tag_posts.posts_with_tag" | trans }}
"{{ postsWithTag.tag.name }}" {% elseif searchResults.results %} Posts with the word
"{{ query | url_encode(true) }}" {% elseif blogPost.post %} {{ post.title }} {% elseif blogCategories.categories %} {{ category.name }} {% endif %}

{% if blogPost.post %} {% for category in post.categories %}{{ category.name }}{% if not loop.last %}, {% endif %}{% endfor %} {% elseif blogCategories.categories %} {{ category.description|raw }} {% endif %}