diff --git a/views/app/index.html b/views/app/index.html index f22b1600e3..98947462ae 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -3,6 +3,11 @@ + + +

{{{title}}}

+
+
    {{{content}}}
@@ -12,33 +17,25 @@ Lvl: {_user.lvl}
-

Habits

-
-
    {#each _habitList}{/}
+ {#each _habitList}{/}
-

Dailies

-
-
    {#each _dailyList}{/}
+ {#each _dailyList}{/}
-

Todos

-
-
    {#each _todoList}{/}
+ {#each _todoList}{/}
-

Rewards

-
-
    {#each _rewardList}{/}
+ {#each _rewardList}{/}