What can I use in a template to figure out the route name that is associated with the route that I am currently on?
route name
For example if I configured a route
var routeName = Router.current().route.getName();
var routeName = Router.current().route.name;