wdpr
    Preparing search index...
    • Render a [[#if]] conditional element.

      The condition is treated as a string: values "false", "null", "", and "0" are falsy; everything else is truthy. The selected branch's elements are rendered with trailing whitespace trimmed.

      Parameters

      • ctx: RenderContext

        The current render context.

      • data: IfCondData

        If-condition data with condition string and then/else branches.

      Returns void