ez.no / exponential / 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 Exponential specific code. All Exponential 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 Exponential template code.'} </body> </html>
The example code above produces the following output:
Hello world!
This is Exponential code.
Comments
where should i put
Riju Jacob
Tuesday 24 August 2004 7:58:35 am