Treat the code like an image — you can use HTML or CSS to display it.
https://static-maps.yandex.ru/1.x/?lang=[[base.language]][[base.autoCenter ==
true && ' ' || '&ll=' + base.location + '&z=' + base.zoom | nospace ]]&l=[[
layers != '' && layers.join(',') ||
base.mapType]]&size=[[base.width]],[[base.height]][[ pushpinSet() ]]
HTML
<img width="[[base.width]]" src="https://static-maps.yandex.ru/1.x/?lang=[[base.language]][[base.autoCenter ==
true && ' ' || '&ll=' + base.location + '&z=' + base.zoom | nospace ]]&l=[[
layers != '' && layers.join(',') ||
base.mapType]]&size=[[base.width]],[[base.height]][[ pushpinSet() ]]" alt="Yandex Map[[base.auto != true && ' of '+ base.location || '' ]]">
CSS
background-image: url(https://static-maps.yandex.ru/1.x/?lang=[[base.language]][[base.autoCenter ==
true && ' ' || '&ll=' + base.location + '&z=' + base.zoom | nospace ]]&l=[[
layers != '' && layers.join(',') ||
base.mapType]]&size=[[base.width]],[[base.height]][[ pushpinSet() ]]);
You can add a static map to any website with simple HTML and no JavaScript.
Using URL parameters, you can describe the type of map that you want and Yandex will send it back.
The Static Map Maker helps you configure the Yandex API parameters
and gives you the code in real time.
Check out Yandex's static maps API.