description = "Posts" [viewBag] == {% if this.theme.blog_posts_style == 'style1' %}{% partial "blog/posts1" posts = blogPosts.posts %}{% endif %} {% if this.theme.blog_posts_style == 'style2' %}{% partial "blog/posts2" posts = blogPosts.posts %}{% endif %} {% if this.theme.blog_posts_style == 'style3' %}{% partial "blog/posts3" posts = blogPosts.posts %}{% endif %}