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