<%- include('layouts/main', { title: typeof title !== 'undefined' ? title : _('nav.chat'), pageStyles: typeof pageStyles !== 'undefined' ? pageStyles : ['chat'], pageScripts: typeof pageScripts !== 'undefined' ? pageScripts : ['chatCrypto', 'chat'], currentPage: typeof currentPage !== 'undefined' ? currentPage : 'chat', breadcrumb: typeof breadcrumb !== 'undefined' ? breadcrumb : [{ label: _('nav.chat') }], body: `
chat

${_('chat.select_conversation')}

${_('chat.select_conversation_hint')}

` }) %>