Learning: Template Code
All eZ publish code is contained in curly brackets {}
The following is a simple example that will output a variable, in this case, the current time:
<h1>This is my title</h1>
<p>
</p>
The resulting html would be
<h1>This is my title</h1>
<p>
</p>