const notice = (text) => `

${text}

`; app.templates.singleDocNotice = (doc) => notice(` You're browsing the ${doc.fullName} documentation. To browse all docs, go to ${app.config.production_host} (or press esc). `); app.templates.disabledDocNotice = () => notice(` This documentation is disabled. To enable it, go to Preferences. `);