[postsWithTag featured] tag = "featured" orderBy = "updated_at desc" page = "{{ :page }}" resultsPerPage = 4 postPage = "blog/post" categoryPage = "blog/category" exceptCategories = "product, service" ==

{{'common.blog'|_}}

{% if featured.posts %}
{% set firstPost = featured.posts.first %}
{% set restPosts = featured.posts[1:] %} {% for post in restPosts %}
{% endfor %}
{% endif %}