#parse('incl/header.incl')

#if($globals.core_isAllowed.call($_page)) It works! #end

Trying to access a secure file

Types of wines available: #foreach($item in $valueLists.vl_wine_types) #if($item.realValue > 0) $item.displayValue#if($foreach.hasNext), #end #end #end
Value of item 6 is "$valueLists.vl_wine_types[6]" ($valueLists.vl_wine_types.get(6))

#set($dt = $now) $date.format('yyyy-MM-dd', $dt) is $date.format('MMMM dd, yyyy', $dt)

#set($nb = 1234.56) $number.integer($nb) = $number.currency($nb) = $number.format('#,###.000', $nb)


$httpSession['_g_is_admin'] = $httpSession.get('_g_is_admin') ##set(anError = 'at this line') ##escaping $!httpSession.get('something') $!number.currency($thisDoesntExist)
$scopes.test.variable or $scopes.test['variable'] or $scopes['test.variable']
$scopes.globals['_g_is_admin'] #parse('incl/footer.incl')