














<html>
  <body>
  <h1>Included Template</h1>

  relative:














<font color=red>
<p>This is the included template fragment here.</p>

<p>Hello <b>Barney</b>!</p>
</font>
  

  <br>
  absolute:














<font color=red>
<p>This is the included template fragment here.</p>

<p>Hello <b>Anders</b>!</p>
</font>
  


  This is the outer template.

<br>

<br>

Let's pass a whole datasource by reference:















<ul>


 <li>row #1: Fred Jones</li>

 <li>row #2: Frieda Mae</li>

 <li>row #3: Sally Saxberg</li>

 <li>row #4: Yoruba Diaz</li>

</ul>
  


  </body>

</html>















