preview helper |
The preview helper can be used to show design data that is only to be made visible in Web Designer. Syntax {{#preview}} content {{/preview}}
Example <iframe>{{#preview}}FrameControl example contents{{/preview}}</iframe>
can be converted to: <iframe>FrameControl example contents</iframe>
|