title = "cimke" url = "/cimke/:slug" layout = "default" index = "index" follow = "follow" child_of = "no_parent" [blogPosts] noPostsMessage = "No posts found" pagination = "1" postsPerPage = "10" filter_type = "tag" filter_value = "slug" ==

{{ blogPosts.tag.name }}

{{ blogPosts.tag.description|raw }} {% if blogPosts.posts.count %} {% for post in blogPosts.posts %}

{{ post.title }}

{% endfor %} {% endif %} {% partial 'ajanlatkeres' %}