Debug Info
{ _page: 'all',
page: '\n\n\n\n
Attributes
\n
\n {{#each attributes}}- {{.}}
\n {{/each}}\n
\n
\n\n
\n\n\n
Methods
\n
\n {{#each methods}}- {{.}}
\n {{/each}}\n
\n
\n\n
\n\n\n
Lists
\n
Movies
\n
\n {{#each movies}}\n - Movie:
- {{.}}
\n {{/each}}\n
\n\n
Groceries
\n
\n {{#each groceries}}\n - Item:
- {{.}}
\n {{/each}}\n
\n
\n\n
\n\n\n
Hierarchical combinations of elements
\n
Lists of associative arrays
\n
\n {{#each people}}\n - Name:
- {{name}}
\n - Age:
- {{age}}
\n {{/each}}\n
\n\n
Associative arrays of lists
\n
\n Men
\n {{#each men}}- Name:
- {{.}}
{{/each}}\n Women
\n {{#each women}}- Name:
- {{.}}
{{/each}}\n
\n
',
people:
[ { name: 'John Smith', age: 33 },
{ name: 'Mary Smith', age: 27 },
[length]: 2 ],
pagename: 'lists.html',
title: 'Almost a Haiku',
extname: '.html',
ext: '.html',
dest: 'test/actual/yfm/lists.html',
assets: '../assets',
women: [ 'Mary Smith', 'Susan Williams', [length]: 2 ],
groceries: [ 'milk', 'pumpkin pie', 'eggs', 'juice', [length]: 4 ],
men: [ 'John Smith', 'Bill Jones', [length]: 2 ],
src: 'test/fixtures/pages/yfm/lists.hbs',
dirname: 'test/actual/yfm',
attributes: [ 'attr1', 'attr2', 'attr3', [length]: 3 ],
data:
{ title: 'Almost a Haiku',
attributes: [ 'attr1', 'attr2', 'attr3', [length]: 3 ],
methods: [ 'getter', 'setter', [length]: 2 ],
movies:
[ 'Casablanca',
'North by Northwest',
'The Man Who Wasn\'t There',
[length]: 3 ],
groceries: [ 'milk', 'pumpkin pie', 'eggs', 'juice', [length]: 4 ],
people:
[ { name: 'John Smith', age: 33 },
{ name: 'Mary Smith', age: 27 },
[length]: 2 ],
men: [ 'John Smith', 'Bill Jones', [length]: 2 ],
women: [ 'Mary Smith', 'Susan Williams', [length]: 2 ] },
movies:
[ 'Casablanca',
'North by Northwest',
'The Man Who Wasn\'t There',
[length]: 3 ],
pageName: 'lists.html',
methods: [ 'getter', 'setter', [length]: 2 ],
basename: 'lists',
filename: 'lists.html' }