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