helpers.js 104 B

12345
  1. /**
  2. * Global helpers, common to all templates.
  3. */
  4. Template.registerHelper("isLoggedIn", isLoggedIn);