8 lines
282 B
HTML
8 lines
282 B
HTML
<table>
|
|
<tr><td style='text-align: center; border: none'>
|
|
<iframe src='{{ include.url }}' width='616' height='416'></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>
|