In my Meteor app I find myself writing a lot of things like:
Templates.myTemplate1.isCurrentUser = function() { return Session.get(\"isCurrentUser\"); };
Actually now you can just use {{#if currentUser}}
{{#if currentUser}}
It's a global included from the accounts/auth package..
http://docs.meteor.com/#template_currentuser