description = "Blog 2 Section" [viewBag] [blogPosts latestPosts] pageNumber = "{{ :page }}" postsPerPage = 12 noPostsMessage = "No posts found" sortOrder = "published_at desc" categoryPage = "blog/blog-category" postPage = "blog/blog-post" [topPosts] period = 5 category = 0 postPerPage = 12 postPage = "blog/blog-post" slug = "{{ :slug }}" ==
{{ html_limit(post.summary, 120)|raw }}
{% endif %} {% if data.section_blog2_more %} Read More {% endif %}