{#each _modulesPrependContainer as module (module.key)}
{/each}
{#if icon !== false}
{/if}
{#if title !== false}
{#if titleTrusted}
{@html title}
{:else}
{title}
{/if}
{/if}
{#if text !== false}
{#if textTrusted}
{@html text}
{:else}
{text}
{/if}
{/if}
{#each _modulesAppendContainer as module (module.key)}
{/each}