<div class="collection-list w-dyn-list reviews-collection">
<div class="w-dyn-items">
<div class="w-dyn-item slide">
<div class="review-content">
<img src="{{Review_Image}}" alt="{{Review_Name}}">
<p>{{Review_Text}}</p>
<h4>{{Review_Name}}</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="slide-container">
<div class="dots-container"></div>
<button class="prev slide-button">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m15 18-6-6 6-6" />
</svg>
</button>
<button class="next slide-button">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m9 18 6-6-6-6" />
</svg>
</button>
</div>
</div>
i have html + css + js custom code intergration which i wanna connect with my cms but how can i make sure that that i get the collection list data on the right place so that i dont have to harcode my data
so i wanna get acces to that data in my html so i dont have to use the js api