Content macros help creating pages that are rendered using content scattered elsewhere.
|
Macro |
Description |
|
{@render:context[:stopper]} |
Renders context content. If stopper is set to true, stops when finding a line starting with <end/>. |
|
{@frame:url:width:height} |
Creates a frame with url content. If url starts with '/' application context is automatically inserted. Width and height control frame dimensions. |
|
{@include:path_to_file} |
Include file content. |