export function getMenuItemHTML(object) { return `

${object.name}

${object.price}₽
`; }