{#each message.MessageContents as content} {#if content.MIMEType === "text/plain"} {atob(content.Content)} {:else} {/if} {/each}