{#if profile.flags && profile.bio}
{#each profile.flags as flag}
{/each}
{/if}
{#if profile.display_name}
{profile.display_name}
{name}
{:else}
{name}
{/if} {#if bio}
{@html bio}
{/if}
{#if profile.links.length > 0}
{#each profile.links as link}
{/each}
{/if}
{#if profile.flags && !profile.bio}
{#each profile.flags as flag}
{/each}
{/if}