Weird: Triple-Braces emptying output (fixed)

My Template:

<h1>{{{title}}} <small>{{{subtitle}}}</small></h1>
<div class="body">{{{body}}}</div>

When I press [CTRL]+[R] I see the output of all variables for the current path. When I navigate to another route which uses the same template, I see nothing. Again, pressing [CTRL]+[R] at the new route makes it visible. Navigating to the first route - it’s gone again.

Using only doubles braces and everything is good.

What’s wrong here?

Sorry, false alarm. It’s the same behavior with only double braces.

It’s related to Ember way of outputting one row per model attribute (hasMany).