ez.no / exponential / documentation / development / libraries / ez template / functions / delimiter
These documentation pages are no longer maintained. Please visit the new documentation site.
The { and } characters are treated as block start and block end by the template parser. This means that one cannot input them directly in the template code to get a { or } on the web page. Instead one must use the ldelim and rdelim functions.
{* Outputting the special { and } characters using functions *} {ldelim} {rdelim}
Comments