{{#> main}}
{{> navbar}}

Profile

Identicon: {{{identicon user.id 48}}}

ID: {{user.id}}

Roles: {{#each user.roles}}{{this.name}}{{#unless @last}}, {{/unless}}{{/each}}

{{!--

Perks: @todo @todo {{#each user.perks}}{{this.name}}{{#unless @last}}, {{/unless}}{{/each}}

--}}
{{#if (hasRole "admin" user)}}

Admin section

Admin page
{{/if}} Logout {{>footer}}
{{/main}}