Blame view

client/templates/globals/not-found.js 92 Bytes
db5aba845   Ryan Glover   miscellaneous wor...
1
2
3
4
5
  Template.notFound.helpers({
    currentPath() {
      return FlowRouter.current().path;
    }
  });