+ {#if _profileEditing}
+
Save
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {#each _user.profile.websites as :website}
+
+ - {:website}
+ {/}
+
+
+
+
Save
+ {else}
+
+ {#if @user.profile.name}{@user.profile.name}
+ {else}{username(@user.auth)}
+ {/}
+ {#if @main}Edit{/}
+
+ {#if @user.profile.imageUrl}
+

+ {/}
+ {#if @user.profile.blurb}
+
{@user.profile.blurb}
+ {/}
+ {#if @user.profile.websites}
+
+ {#each @user.profile.websites as :website}
+ - {:website}
+ {/}
+
+ {/}
+
+ {/}
+