Iterating through list in Jekyll

{% for var_each in var_list %}
    <div>{{ var_each }}</div>
{% endfor %}