{#each modulesPrependContainer as module (module.key)} {/each} {#if icon !== false}
{/if}
{#each modulesPrependContent as module (module.key)} {/each} {#if title !== false}
{#if !_titleElement} {#if titleTrusted} {@html title} {:else} {title} {/if} {/if}
{/if} {#if text !== false}
{#if !_textElement} {#if textTrusted} {@html text} {:else} {text} {/if} {/if}
{/if} {#each modulesAppendContent as module (module.key)} {/each}
{#each modulesAppendContainer as module (module.key)} {/each}