@!(data, title, header, body) @function exampleTitle(){ @if(title){ @title | Examples } else{ Examples } } @function exampleHeader(){ @header() } @function exampleBody(){
@body() } @render(process.cwd() + '/build/site/layouts/default.html', data, exampleTitle(), exampleHeader, exampleBody, 'examples')