${name ? t('chat.greeting.named', { name }) : t('chat.greeting')}
${t('chat.greeting.sub')}
${suggestions.map(s => html`
`)}
`;
}
render() {
// Collapse applies to the dock only: on the home route the chat IS the page.
if (this._collapsed && this._mode !== 'full') return nothing;
const full = this._mode === 'full';
return html`
${!full ? html`