<?xml version="1.0" ?>
<opt:root>
<!-- generate an XML prolog for the browser -->
<opt:prolog version="1.0" />
<!-- generate the DTD for the browser from a template -->
<opt:dtd template="xhtml10transitional" />
<html>
<head>
<title>Open Power Template 2 - Basic example</title>
</head>
<body>
<h1>Open Power Template 2 - basic example</h1>
<p>This example shows, how to run Open Power Template and process the templates
with this templating engine. We can also display a template variable:</p>
<p>{$hello}</p>
</body>
</html>
</opt:root>