Hello,
Just curious if using the page collections feature, can you set it to pull only certain content from the collections like an image for example? Maybe something like below.
<div class="container">
<div class="row">
{% for p in page.collection %}
<div class="col-md-6">
<img src="{{ image.url }}" />
</div>
{% endfor %}
</div>
</div>
Thanks