Paths Examples
{ info: 'Congratulations! You have officially wasted time reading example content. But I\'m sure it\'s time well wasted...',
foo: 'bar',
_page: 'all',
dirname: 'test/actual/paths',
filename: 'example.html',
pageName: 'example.html',
pagename: 'example.html',
basename: 'example',
src: 'test/fixtures/pages/example.hbs',
dest: 'test/actual/paths/example.html',
assets: '../assets',
ext: '.html',
extname: '.html',
page: '\n\nThis example shows that the properties from "example.json" and "example.hbs" are on the page object.\n\n{{page.foo}}
\n{{page.content}}
\n\n\n{{foo}}
\n{{content}}
\n',
data: { foo: 'bar' } }