HintLayout = ymaps.templateLayoutFactory.createClass(
'<div class="hint" style="background:#000">$[content]</div>'
)
myPlacemark = new ymaps.Placemark(firstGeoObject.geometry.getCoordinates(), {
hintContent: "Сдесь содержимое хинта",
hintContentLayout: HintLayout, // шаблон хинта
});
почему не работает данный код?