Products

@{template('products', global.database.items)}
@{template('paging', global.database.itemsPaging, global.database.itemsInformation)}

Raw array template


@{template('array', [1, 2, 3, 'BOLD', 5])}

Length === 0


@{template('array', [], 'empty')}