{#if introText && !compact}
{introText}
{/if} {#each groups as group}
{group.title}
{#each group.items as item} {@const Icon = item.icon ?? getPatternIcon(item.pattern)}
{item.pattern}
{item.description}
{#each item.examples as ex} {#if typeof ex === 'string'}
{ex}
{:else}
{ex.text} {#if ex.label}
{ex.label}
{/if}
{/if} {/each}
{/each}
{/each} {#if showLiveExample && !compact}
Beispiel-Eingabe
{#each example.highlights as hl}
{hl.content}
{/each}
{/if}