EN IT
Open2b version 7.8

Home Page

Below are the variables documented for the index.html page.

In addition to these, you can also use the variables common to all pages.

index.html

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

)