if Array.isArray(userProfile.badges) && (userProfile.badges.length > 0)
div(uk-grid).uk-grid-small
if userProfile.flags.isAdmin
.uk-width-auto
alert.uk-label.uk-label-danger Admin
if userProfile.flags.isModerator
.uk-width-auto
alert.uk-label.uk-label-danger Moderator
each badge in userProfile.badges
.uk-width-auto
alert.uk-label= badge
p Welcome to #[+renderSiteLink()]. This app/site really doesn't do anything at all other than provide everything needed for building distributed communities of web applications that all talk to each other and share information in new and easy ways.
p Welcome to #[+renderSiteLink()]. This app/site really doesn't do anything at all other than provide everything needed for building distributed communities of web applications that all talk to each other and share information in new and easy ways.