Thanks -- in posting my question I realized I was attempting to access the 'path' key before I permalinks had a chance to add that property to the file tree -- simply moving permalinks above templates solved this issue. .use(permalinks({ pattern: ':title', relative: false })) .use(templates({ engine: 'handlebars', directory: 'templates'...