{#snippet donor(name: string, amount: number | string, avatar: string)}
{name}

${amount}

{/snippet}

Donate to VERT

With your support, we can keep maintaining and improving VERT.

$

Payments and subscription management
are handled through Liberapay

Our top donors

{#if donors && donors.length > 0}

People like these fuel the things we love to do. Thank you so much!

{:else}

Seems like no one has donated yet... so if you do, you will pop up here!

{/if}
{#if donors && donors.length > 0}
{#each donors as dono} {@const { name, amount, avatar } = dono} {@render donor(name, amount, avatar)} {/each}
{/if}