Legend:
- Unmodified
- Added
- Removed
-
Content
r6 r7 5 5 .. code:: Text 6 6 7 7 <p>Hello $customer.Name!</p> 8 8 <table> 9 9 #foreach( $widget in $widgetsOnSpecial ) 10 #if ( $customer.hasPurchased($widget) ) 11 <tr> 12 <td> 13 $lob.getPromo( $widget ) 14 </td> 15 </tr> 16 #end 10 #if ( $customer.hasPurchased($widget) ) 11 <tr> 12 <td>$lob.getPromo( $widget )</td> 13 </tr> 14 #end 17 15 #end 18 16 </table> 19 17 20 18 If you answered "yes", (or "yeah, dude" for you left-coasters) then you're probably ready to take a ride on the Data Zoom express. 21 19