module.exports = { friendlyName: 'View press kit', description: 'Display "Press kit" page.', exits: { success: { viewTemplatePath: 'pages/press-kit' } }, fn: async function () { // Respond with view. return {}; } };