{{'page.search'}}
{% for item in blogPosts.posts %}
{% partial 'post_list_item' post = item %}
{% else %}
No posts found
{% endfor %} {% partial 'pagination' items = blogPosts.posts %}title = "Поиск" url = "/search" layout = "cms" is_hidden = 0 robot_index = "index" robot_follow = "follow" [viewBag] localeTitle[en] = "Search" [blogPosts] pageNumber = "{{ :page }}" postsPerPage = 10 noPostsMessage = "No posts found" sortOrder = "published_at desc" categoryPage = "category" postPage = "post" ==
No posts found
{% endfor %} {% partial 'pagination' items = blogPosts.posts %}