Package DE_EPAGES::TLE::API::WithHandler
Functions
WITH
Sets the context of the included template part. Throws an error if the context is not defined.
Syntax |
#WITH(#Context) template #ENDWITH |
Example |
#WITH(#Basket.LineItemContainer)#GrantTotal[money]#ENDWITH #IF(#Session.User.BillingAddress) #WITH(#Session.BillingAddress) Welcome #FirstName #LastName! #ENDWITH #ENDIF |
Input |
|