Kriuchko
3/22/2019 - 9:29 AM

Products from collection

<ul>
    {% for product in collections.frontpage.products limit:5 %}
    <li>
	<img src="{{ product.featured_image | product_img_url: 'small' }}" alt="image discription" />
	{{ product.title }}
    </li>
    {% endfor %}
</ul>