templates/nglayouts/themes/standard/block/list/clients.html.twig line 1
{% extends '@nglayouts/block/block.html.twig' %}{% block content %}{% if collections.default|length %}<section class="clients-section pt-60"><div class="auto-container"><div class="sec-title text-center"><span class="sub-title">{{'app.ui.partners'|trans}}</span><h2>Some of the brands that<br/> place their<span class="color3">trust in us</span></h2></div><!-- Sponsors Outer --><divclass="sponsors-outer"><!--clients carousel--><ul class="clients-carousel owl-carousel owl-theme">{% for result in collections.default %}{{ nglayouts_render_result(result, null, block.itemViewType) }}{% endfor %}</ul></div></div></section>{% endif %}{% endblock %}