templates/Components/boxes.html.twig line 1
<section id="recent-blog">
<div class="row top-offer" style="padding-top: 10px;">
<div class="container">
<div class="owl-carousel" id="post-list">
{% for box in boxes %}
{% include 'Components/Destination/homepage.old.html.twig' with {'box': box} %}
{% endfor %}
</div>
</div>
</div>
</section>