{{#each _modulesPrependContainer as module}} <:Component {module} on:init="initModule(event.module)" /> {{/each}} {{#if icon !== false}}
{{/if}}

{{#if titleTrusted}} {{{title}}} {{else}} {{title}} {{/if}}

{{#if textTrusted}} {{{text}}} {{else}} {{text}} {{/if}}
{{#each _modulesAppendContainer as module}} <:Component {module} on:init="initModule(event.module)" /> {{/each}}