diff --git a/views/index.json b/views/index.json index f0bcafb..aabfdf7 100644 --- a/views/index.json +++ b/views/index.json @@ -1 +1,5 @@ -{json_string} +{ +{for balance in balances}"{balance.title}": {balance.balance}, +{/for} +"_END": 0 +}