{#each members as { name, discord, matrix, position, description, github, website }}
-
-
{name} - Position: {position}
- {#if description}
-
{description}
- {/if}
+
+
{name} - {position}
-
+ {#if description}
+
{description}
+ {/if}
- {#if matrix}
-
- {/if}
+
+ {#if matrix}
+
+ {/if}
- {#if discord}
-
- {/if}
+ {#if discord}
+
+ {/if}
- {#if github}
-
- {/if}
+ {#if github}
+
+ {/if}
- {#if website}
-
- {/if}
-
-
+ {#if website}
+
+ {/if}
+
+
{/each}