HabitRPG
{#if _debug}
Debugging Options

Cron Tally
{/}
    {#each _habitList as :task}{/}
    {#each _dailyList as :task}{/}
    {#each _todoList as :task}{/}
    {#each _todoList as :task}{/}
{#if _user.history.todos} {/}
{gold(_user.stats.money)} {silver(_user.stats.money)}
    {#each _rewardList as :task}{/}
{#if _user.items.itemsEnabled}
    {#with _items.armor as :item}{/} {#with _items.weapon as :item}{/} {#with _items.potion as :item}{/} {#with _items.reroll as :item}{/}
{/}

{{{title}}}

{{{content}}}
{{{content}}}
  •     
    {#if :task.history} {/}
    {#if :task.notes} {#if equal(:task.type,'reward')} {else} {/} {/}
    {#if equal(:task.type, 'habit')} {#if :task.up}{/} {#if :task.down}{/} {else if equal(:task.type, 'reward')} {:task.value} {else} {/}
    {:task.text}
  •       
    {{{#unless disabled}}} {:item.value} {{{/}}}
    {:item.text}