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