[solved] Access parent template name

Is there a way to get:

  1. current tpl name
  2. parent tpl name
    in a helper?
// Current template name
Template.instance().view.name
// Parent template name
Template.instance().view.parentView.name

@lai :thumbsup: mah man!

No problem. Check out the Template.instance() object, there’s tons of stuff in there.