--- brand: products: limit: {{theme_settings.brandpage_products_per_page}} categories: description: true --- {{inject "brandProductsPerPage" theme_settings.brandpage_products_per_page}} {{#partial "head"}} {{#if pagination.brand.previous}} {{/if}} {{#if pagination.brand.next}} {{/if}} {{/partial}} {{#partial "page"}} {{> components/common/breadcrumbs breadcrumbs=breadcrumbs}} {{#if brand.image}}
{{> components/common/responsive-img image=brand.image fallback_size=theme_settings.thumb_size lazyload='disabled' }}
{{/if}}

{{brand.name}}

{{{region name="brand_below_header"}}}
{{#if brand.products}} {{!--{{> components/brand/product-listing}}--}} {{> components/category/plp/plp}} {{else}}

{{lang 'brands.no_products'}}

{{/if}} {{{region name="brand_below_content"}}}
{{/partial}} {{> layout/base}}