@ENDIF
Marks the end of the content part of a @IF
, @ELSE
or @ELSEIF
.
Every @IF
needs a corresponding @ENDIF
.
Usage
<# @ENDIF #>
Examples
More information
A more in-depth explanation for using @IF
(and @ENDIF
) is available in the explanations: Clarifying @IF.