';
if (page.logo.large) {
el += '';
} else {
el += '';
}
el += '
';
}
if (page.title && cover.includes('title')) {
el += '';
el += '' + (page.wiki || page.title) + '';
el += '
';
}
if (page.description && cover.includes('description')) {
el += '' + page.description + '
';
}
el += '';
el += '' + __('btn.getting_started') + '';
el += '
';
el += '