HabitRPG
Tally

Habits

    {#each _habitList as :task}{/}

Dailies

    {#each _dailyList as :task}{/}

Todos

    {#each _todoList as :task}{/}
    {#each _todoList as :task}{/}
{#if _user.history.todos} {/}

Rewards

{gold(_user.money)} {silver(_user.money)}
    {#each _rewardList as :task}{/}
{{{content}}}
  •     
    {#if :task.history} {/}
    {#if :task.notes} {/}
    {#if equal(:task.type, 'habit')} {#if :task.up}{/} {#if :task.down}{/} {else if equal(:task.type, 'reward')} {:task.value} {else} {/}
    {unescaped :task.text}
  • Fork me on GitHub