In my Meteor app I find myself writing a lot of things like:
Templates.myTemplate1.isCurrentUser = function() { return Session.get(\"isCurrentUser\"); };
You could add a isCurrentUserTemplate and include this in your other templates with
isCurrentUserTemplate
{{> isCurrentUserTemplate}}