{data.description}

pip install {data.name.replace("_", "-")}
🖋️ Author {data.author}
📑 Template {data.template}
🔢 Version: {data.version}
🧬 code
🔖 Tags: {data.tags.split(",").join(", ")}
🤝 Feedback? Stuck? Ask for help
{#each tabs as tab, index}
{ active_tab = index; }} > {tab}
{/each}
{#if active_tab === 0} {:else}
{/if}