ez.no / ezpublish / documentation / the template language / template code
These documentation pages are no longer maintained. Please visit the new documentation site.
A template is nothing more than a normal (X)HTML file that also contains eZ publish specific code. All eZ publish specific code is placed inside a set of curly brackets, "{" and "}". The following example demonstrates the use of template code (put inside a simplified HTML file):
<html> <body> Hello world! {'This is eZ publish template code.'} </body> </html>
The example code above produces the following output:
Hello world!
This is eZ publish code.
Comments
where should i put
Riju Jacob
Tuesday 24 August 2004 7:58:35 am