{% set bodyClass = 'bg-white' %} {% set mainClass = 'wrapper' %} {% extends 'layout.twig' %} {% block content %}

{% if category %} {{ category.name }} {% else %} {{ function('pll_e', 'Продукция') }} {% endif %}

{% for post in posts %} {% include '/woocommerce/archive-product/archive-product-tease.twig' with {post: post} %} {% endfor %}
{% endblock %}