[postsWithTag featured] tag = "featured" orderBy = "published_at asc" page = "{{ :page }}" resultsPerPage = 6 postPage = "product-detail" categoryPage = "blog/category" includeCategories="product" ==

{{'common.productSystem'|_}}

{% if featured.posts %}
{% for post in featured.posts %}
{% partial 'blog/post-box' post=post %}
{% endfor %}
{% endif %}