{% for product in site.data.products%}

{{product.name}}

{{product.producer}}

{{product.price}}$

{% include ui/stars.html %} Add to cart
{% endfor %}
{% include parts/pagination.html class="ms-auto" %}