title = "Поиск" url = "/search" layout = "cms" meta_title = "Поиск" meta_description = "Поиск" is_hidden = 0 robot_index = "noindex" robot_follow = "nofollow" [viewBag] localeTitle[en] = "Search" localeMeta_title[en] = "Search" localeMeta_description[en] = "Search" [blogPosts] pageNumber = "{{ :page }}" postsPerPage = 10 noPostsMessage = "No posts found" sortOrder = "published_at desc" categoryPage = "category" postPage = "post" ==
{{'page.search'|_}}
{% for item in blogPosts.posts %} {% partial 'post_list_item' post = item %} {% else %}

No posts found

{% endfor %} {% partial 'pagination' items = blogPosts.posts filter = ['q',input('q')]%}
{% partial 'calendar' %} {% partial 'tags' %}
{% put scripts %} {% endput %}