%
{ceImages -> v:iterator.first() -> f:variable(name: 'productImage')}
{product.images -> v:iterator.first() -> f:variable(name: 'productImage')}
{data.header -> v:or(alternative: product.title)}
{product.price -> f:format.currency(currencySign: '€', decimals: 2, decimalSeparator: '.')}
{product.specialPrices.0.price -> f:format.currency(currencySign: '€', decimals: 2, decimalSeparator: '.')}
{product.price -> f:format.currency(currencySign: '€', decimals: 2, decimalSeparator: '.')}