{#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}