';
var height = '';
var src = '';
page.logo.split(' ').forEach(function(item) {
if (item.includes('px')) {
height = item;
} else {
src = item;
}
});
if (height.length > 0) {
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 += '