{{ include.title }}

{{ include.description_html }}
{% if include.show_posts %}
{% if site.posts.size > 0 %} {% for post in site.posts offset:0 limit:6 %} {%if post.featured == true%} {% bookshop blog-card post=post %} {% endif %} {% endfor %} {% endif %}
{% endif %}