Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
410 B
10 lines
410 B
3 years ago
|
<table>
|
||
|
<tr><td style='text-align: center; border: none'>
|
||
|
<iframe src='{{ include.url }}'
|
||
|
width='{% if include.width %}{{ include.width }}{% else %}616{% endif %}'
|
||
|
height='{% if include.height %}{{ include.height }}{% else %}416{% endif %}'></iframe>
|
||
|
</td></tr>
|
||
|
<tr><td style='text-align: center; border: none'>
|
||
|
<small><a href='{{ include.url }}'>See this example stand-alone.</a></small>
|
||
|
</td></tr></table>
|