layout default title products All Products {% for k in site.data.categories %} {% endfor %} ID Name Description Products {{k.CategoryID}} {{k.CategoryName}} {{k.Description}} {% for p in k.products %} {{p.ProductName}} {% endfor %}