UNPKG

@indiekit/indiekit

Version:

The little server that connects your website to the independent web

6 lines (5 loc) 143 B
export const viewHomepage = (request, response) => { response.render("homepage", { title: response.locals.__("homepage.title"), }); };