{{#with currentUser}} {{/with}} {{> loginButtons align="right"}}

A general purpose gamification framework

{{> addgame}} {{#if has_game_as_gamemaster}}

Your games as gamemaster:

{{/if}} {{#each games}}
{{> game}} {{getTotalPoints}}
{{/each}} {{has_game_as_player}} {{#each playergames}}
{{> game}} {{getTotalPoints}}
{{/each}} {{#each questions}}
{{> question}}
{{/each}}