2016-04-02 22:13:56 +08:00
|
|
|
<table>
|
|
|
|
<tr><td style='text-align: center; border: none'>
|
2016-09-30 19:56:05 +08:00
|
|
|
<iframe src='{{ include.url }}'
|
|
|
|
width='{% if include.width %}{{ include.width }}{% else %}616{% endif %}'
|
|
|
|
height='{% if include.height %}{{ include.height }}{% else %}416{% endif %}'></iframe>
|
2016-04-02 22:13:56 +08:00
|
|
|
</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>
|