+
+
+
+ {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}
+
+ {/if}
+