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