Table of Contents | ||
---|---|---|
|
if
You can use the if helper to conditionally render a block. If its argument returns false
, undefined
, null
, ""
, 0
, or []
, IdealDoc will not render the block.
...
Table of Contents | ||
---|---|---|
|
You can use the if helper to conditionally render a block. If its argument returns false
, undefined
, null
, ""
, 0
, or []
, IdealDoc will not render the block.
...