@ -41,18 +41,11 @@
<template name="main">
{{#if subsReady}}
<!--
{{#unless logged}}
{{> loginLayout}}
{{else}}
-->
{{#unless hasUsername}}
{{#if logged}}
{{> username}}
<!-- shared link cannot be disabled in sandstorm, so we show a blank page -->
{{> sandstormshare}}
{{/if}}
{{> spotlight}}
{{> mobileMessageMenu}}
@ -71,10 +64,7 @@
{{> sideNav }}
</div>
{{> audioNotification }}
{{/unless}}
</template>