We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6d64c commit af4e0e4Copy full SHA for af4e0e4
guides/v3.2.0/tutorial/model-hook.md
@@ -64,7 +64,7 @@ We can use the model attribute to display our list of rentals.
64
Here, we'll use another common Handlebars helper called [`{{each}}`](../../templates/displaying-a-list-of-items/).
65
This helper will let us loop through each of the rental objects in our model:
66
67
-```handlebars {data-filename="app/templates/rentals.hbs" data-diff="+12,+13,+14,+15,+16,+17,+18,+19,+20,+21,+22,+23,+24,+25,+26,+27,+28,+29"}
+```handlebars {data-filename="app/templates/rentals.hbs" data-diff="+12,+13,+14,+15,+16,+17,+18,+19,+20,+21,+22,+23,+24,+25,+26,+27,+28"}
68
<div class="jumbo">
69
<div class="right tomster"></div>
70
<h2>Welcome!</h2>
0 commit comments