How do I access properties of the root data object in Handlebars when deeply nested in loops and partials?

Author: zeel
Message:

Uuh… how the heck to I access an object in Handlebars when I’m double-nested in loops? ../../object doesn’t seem to do the trick.

Author: zeel

Message:

Wait, I’m stupid.
I’m triple nested!

Author: Moerill

Message:

you can always @root.attribute
to avoid the how deep am i nested question

Author: zeel

Message:

Oh for sure, I’m going to find/replace all my ../ with that right now.
Does it access properties from outside a partial though?
Oh my gosh it does (according to documentation).