Debug Info
{ _page: 'all',
pagename: 'html-helpers.html',
extname: '.html',
moreLinks:
[ { url: 'one', text: 'two' },
{ url: 'three', text: 'four' },
{ url: 'five', text: 'size' },
[length]: 3 ],
ext: '.html',
dest: 'test/actual/multi/dest2/sub-dest/html-helpers.html',
assets: '../../../assets',
src: 'test/fixtures/pages/html-helpers.hbs',
dirname: 'test/actual/multi/dest2/sub-dest',
data:
{ text: 'helpers.js',
links: [ 'one', 'two', 'three', [length]: 3 ],
moreLinks:
[ { url: 'one', text: 'two' },
{ url: 'three', text: 'four' },
{ url: 'five', text: 'size' },
[length]: 3 ] },
text: 'helpers.js',
pageName: 'html-helpers.html',
page: '\n{{#markdown}}\n\n## HTML list helpers.\n\n### \\{{ul}} helper\n{{#ul links class="nav"}}\n {{.}}\n{{/ul}}\n\n{{#ul moreLinks class="nav"}}\n {{text}}\n{{/ul}}\n\n### \\{{ol}} helper\n{{#ol links class="nav"}}\n {{.}}\n{{/ol}}\n\n{{#ol moreLinks class="nav"}}\n {{text}}\n{{/ol}}\n\n### \\{{link}} helper\n{{_link url text}}\n{{_link \'http://github.com\' \'GitHub\'}}\n{{_link \'http://github.com\' \'GitHub\' \'nav-link\'}}\n\n{{/markdown}}{{! /end markdown}}\n',
links: [ 'one', 'two', 'three', [length]: 3 ],
basename: 'html-helpers',
filename: 'html-helpers.html' }