description = "Blog 3 Section" [viewBag] [blogPosts latestPosts] pageNumber = "{{ :page }}" postsPerPage = 5 noPostsMessage = "No posts found" sortOrder = "published_at desc" categoryPage = "blog/blog-category" postPage = "blog/blog-post" [topPosts] period = 5 category = 0 postPerPage = 5 postPage = "blog/blog-post" slug = "{{ :slug }}" ==
{% if (data.section_blog3_position == 'left' and loop.index0 == 0) or (data.section_blog3_position == 'center' and loop.index0 == 2) or (data.section_blog3_position == 'right' and loop.index0 == 4) %} {{ html_limit(post.content_html, 400)|raw }} {% else %} {{ html_limit(post.summary, 48)|raw ~ '…' }} {% endif %}
{% endif %}