Below are the variables documented for the index.html page.
In addition to these, you can also use the variables common to all pages.
Store home page.
var (
// Number of columns used to display featured products on the
// home page.
columns int
// Page content.
content html
// Number of products on the home page.
count int
// Page image.
image AlignedImage
// Featured products on the home page.
products []Product
// Active promotions.
promotions []Promotion
// Page title.
title string
)