<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<!-- This Template is licensed under Creative Commons 2.5 -->
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>[[title]] - [[site]]</title>
<link href="themes/res/substance/1.css" rel="stylesheet" type="text/css" media="screen">
</head><body>
<div id="wrapper">
<div id="header">
	<h1>[[site]]</h1>
</div>
<div id="page">
	<div id="content">
		<div class="post">
			<h1 class="title">[[header]]</h1>
			<div class="entry">
				[[body]]
			</div>
		</div>
	</div>
	<div id="sidebar">
		<ul>
			<li>
				<h2>Navigation</h2>
				[[nav]]
			</li>
		</ul>
	</div>
</div>
</div>
<div id="footer">
	<p>[[copyright]] &nbsp;&bull;&nbsp; Design by <a href="http://www.freecsstemplates.org">Free CSS Templates</a> &nbsp;&bull;&nbsp; Icons by <a href="http://www.famfamfam.com">FAMFAMFAM</a>.
	<br>
	Last Updated: [[updated]] &nbsp;&bull;&nbsp; Powered by <a href="http://www.nongnu.org/ram-cms/">RAM-CMS</a> [[ver]]
	</p>
</div>
</body></html>
