<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>This title will be overriden by the title in "_template.html" </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<!--start:mainpart-->
<p><strong>Example 3 - Complex Usage </strong></p>
<p>This is an example merges two template files with morph_tags and inserts dynamic texts.</p>
<p>The title of this page was inserted dynamically.</p>
<p>This date " <!--insert:date--> " was inserted dynamically. </p>
<p>This text " <!--insert:hello--> " was inserted dynamically. </p>
<!--end:mainpart-->
</body>
</html>
|