return async env => { //let breadcrumbs = await _require('/_lib/breadcrumbs.jst') let sidebar = await _require('/_lib/sidebar.jst') await sidebar( env, // head async _out => {}, // body async _out => { //await breadcrumbs(env, _out) h4.mt-3 {'About this site'} p { 'This is my personal site and contains my musings—which can be on topics such as politics and economics, building things, breadmaking or other recipes, film reviews, homeschooling my children, or whatever I am enthused about at any given time.' } h4 {'About Dr. Nick'} p { 'By profession I am an engineer and software/hardware/web developer, I publish on those technical topics ' a(href="https://www.ndcode.org") {'here'} ' and so this site will contain items of a more personal or opinionated nature. I’ll also publish here any amateur efforts in other technical fields.' } }, // scripts async _out => {} ) }