Liquid for product yaml store
<table width="85%" border="0" cellpadding="3" cellspacing="2">
{% for item in site.data.store %}
<tr>
<td>{{ item.id }}</td>
<td>{{ item.name }}</td>
<td>{{ item.description }}</td>
<td>{{ item.price }}</td>
</tr>
{% endfor %}