| Function | Summary |
|---|---|
| cache-block | Caches the contents of a template block. |
| fetch_alias | Executes a fetch based on configuration settings. |
| include | Includes a file. |
| ldelim | Outputs a left curly bracket, "{". |
| literal | Instructs the parser to ignore a block of template code. |
| rdelim | Outputs a right curly bracket, "}". |
| run-once | Assures that a block of template code is run only once within a page view. |