Todos

Habits

    {#each _habitList}
  • {unescaped .text}
  • {/}

Dailies

    {#each _dailyList}
  • {unescaped .text}
  • {/}

Todos

    {#each _todoList}
  • {unescaped .text}
  • {/}

Rewards

    {#each _rewardList}
  • {unescaped .text}
  • {/}
{#unless connected}

{#if canConnect} Offline {#if _showReconnect}– Reconnect{/} {else} Unable to reconnect – Reload {/}

{/}