| <!--@ plugin:include @-->template/menubar.tpl<!--/@ plugin:include @-->
<div>
<!--@ page:title @-->About<!--/@ page:title @-->
<!--@ page:keywords @-->x64Template example<!--/@ page:keywords @-->
<!--@ page:author @-->Atomo64<!--/@ page:author @-->
<!--@ page:description @-->An example...<!--/@ page:description @-->
<!--@ page:robots @-->All<!--/@ page:robots @-->
	<h1>About</h1>
	<div>
		<p>This is just a simple example of the power of the x64Template engine.</p>
		<br/>
		<!--@ plugin:include @-->template/lipsum.tpl<!--/@ plugin:include @-->
	</div>
</div>
 |