Merge command: [strsidekick-doctext ]
Merge variable/item: strSidekick

Comments:
This contains the value of the sideKick item, imploded with newline(s). In order to avoid overflows in @formulacommands, in case of large texts, this item is only calculated within the `init htmlBuilder` agent that handles writing to screen (and merging of all individual modules). So the mergecommand [strsidekick-doctext ] actually contains the textvalue `[strsidekick-doctext ]` which later will be replaced by the actual sidekick text value within the `init htmlBuilder` agent.

Formula:
@If(sidekick="";"";@Implode(sidekick;@NewLine));