return async env => { let _out = [] _out.push('') html { head { title { 'Checkout canceled' } link(rel="stylesheet" href="style.css") {} } body { section { p { 'Forgot to add something to your cart? Shop around then come back to pay!' } } } } env.site.serve(env, 200, Buffer.from(_out.join('')), 'cancel.html.jst') }