Conditionally executes a group of statements, depending on the value of an expression.
@if ( condition1 )       text1 [@elif ( condition2 )       text2] [@else       text3] @end |
Conditionally executes a group of statements, depending on the value of an expression.
@if ( condition1 )       text1 [@elif ( condition2 )       text2] [@else       text3] @end |