5 lines
192 B
Smarty
5 lines
192 B
Smarty
{{~#if body~}}
|
|
<object{{#if attributes}} {{{join attributes '=' ' ' '"'}}}{{/if}}>{{{body}}}</object>
|
|
{{~else~}}
|
|
<object{{#if attributes}} {{{join attributes '=' ' ' '"'}}}{{/if}} />
|
|
{{~/if~}} |