{#if filteredPrompts.length > 0} {$i18n.t("Suggested")} {:else}
{$REXPRO_NAME} ‧ v{REXPRO_VERSION}
{/if}
{#if filteredPrompts.length > 0}
{#each filteredPrompts as prompt, idx (prompt.id || `${prompt.content}-${idx}`)} {/each}
{/if}