{expansionStage >= 1 ? description : description_preview}
{#if expansionStage >= 1}
{#if features.length > 0 || languages.length > 0 || graphicsApis.length > 0 || cicd.length > 0} {#if features.length > 0}
Features
{#each features as feature}
{feature}
{/each}
{/if}
Technology behind {title}:
{#if languages.length > 0}
Languages:
{#each languages as lang}
{#if lang.icon}
{/if} {lang.name}
{/each}
{/if} {#if graphicsApis.length > 0}
Graphics APIs:
{#each graphicsApis as api}
{api}
{/each}
{/if} {#if cicd.length > 0}
CICD:
{#each cicd as tool}
{tool}
{/each}
{/if} {/if}
{/if} {#if expansionStage >= 2 && gallery.length > 0}
Gallery
{#each gallery as img}
{/each}
{/if} {#if expansionStage >= 3}
Repository
{repository.label}
Mirrors
{#each mirrors as link}
{link.label}
{/each}
{/if}
{#if expansionStage >= MAX_STAGE}
{:else}
{#if expansionStage === 0} FEATURES {:else if expansionStage === 1} GALLERY {:else if expansionStage === 2} SOURCE {/if}
{/if}