1 2 3 4 5
export const onRequest = (context, next) => { context.locals.title = 'Middleware'; return next(); };