FlowRouter.route('/richlist', {
  name: 'Richlist.home',
  action() {
    if (useMobile()) {
      BlazeLayout.render('appBody', { main: 'richlist' })