HabitRPG
{#if _debug}
Debug Buttons  Run Cron  Debuggin Defaults
{/}
    {#each _habitList as :task}{/}
    {#each _dailyList as :task}{/}
    {#each _todoList as :task}{/}
    {#each _todoList as :task}{/}
{#if _user.history.todos} {/}
{gold(_user.money)} {silver(_user.money)}
    {#each _rewardList as :task}{/}
Help | Copyright © 2012 Tyler Renelle |

{{{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} {/}
    {unescaped :task.text}
  • Fork me on GitHub