Page preview

Code

<div>
    {% for data in variables.dataset %}
    <div>Lots of data {{ data }} </div>
    {% endfor %}
</div>

Context

dataset