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