<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>In the woods - Textpattern template</title>
<link rel="stylesheet" href="<txp:css />" type="text/css" media="screen" />
</head>

<body>
<div id="wrapper">
<div id="container">
<div id="header"><h1><txp:link_to_home><txp:sitename /></txp:link_to_home></h1></div>
<div id="main">
<div id="post"><div id="post2">
<txp:article form="default" limit="1" listform="default" />
</div></div>

</div>

<div id="sidebar">

<h3>Where am I</h3>
<p>You're in the woods. And you look lost. On your left you see irregular rows of immense oaktrees. On your right you see the jacuzzi the Smiths put there last month. As I said, you look like you're lost.</p>

<h3>Recent Articles</h3>
<txp:recent_articles limit="5" break="li" wraptag="ul" sortby="Posted" sortdir="desc" />

<h3>Links</h3>
<txp:linklist form="Links" sort="linksort" wraptag="dl" />

<h3>Search</h3>
<p>Enter search term.</p>
<txp:search_input label="" size="20" />

<h3>Feed</h3>
<ul>
<li><txp:feed_link label="RSS feed to articles" section="article" flavor="rss" /></li>
</ul>

</div>

<div id="footer">
<p>Copyright (c) 2006<br /><a href="http://www.jacobontwerpt.nl/com"> Jacob Reinsma.</a><br /> All rights reserved.</p>

</div>

</div>
</div>
</body>
</html>