<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="<txp:css />" type="text/css" media="screen" />
<title><txp:page_title /></title>
</head>
<body>
<div id="content">
<div id="head">
<h1><a href="/" title="Home"><txp:sitename /></a></h1>
</div>		

<div id="box">	
	<div class="entry">
		<txp:article limit="3" /><!-- you might want to change the number of articles displayed on the frontpage by changing the limit to whatever you want - i suggest not to display more than 6 articles, though -->
		<txp:if_individual_article>
			<p>
			<txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
			<txp:link_to_next><txp:next_title /></txp:link_to_next>
			</p>
		</txp:if_individual_article>
		<txp:if_article_list>
			<p>
			<txp:older>Previous</txp:older>
			<txp:newer>Next</txp:newer>
			</p>
		</txp:if_article_list>
	</div>

<div id="sidebar">
<!-- sidebar content here -->
<h3>About the author</h3>
<p><txp:output_form form="about" /></p>
<div class="sidebarspacer"></div>
<h3>Recent comments</h3>
<txp:recent_comments limit="5" break="li" wraptag="ul" />
<div class="sidebarspacer"></div>
<h3>Recent articles</h3>
<txp:recent_articles limit="10" break="li" wraptag="ul" sortby="Posted" sortdir="desc" />
<div class="sidebarspacer"></div>
<h3>Links</h3>
<txp:linklist form="Links" limit="10" sort="date desc" wraptag="ul" break="li" />
<div class="sidebarspacer"></div>
<h3>Feeds</h3>
<ul>
<li><txp:feed_link label="RSS" flavor="rss" limit="15" /></li> 
<li><txp:feed_link label="Atom" flavor="atom" limit="15" /></li>
</ul>
<!-- end of sidebar -->
</div>


</div><!-- end of box -->

<div id="footer">
<!-- change footer content in the appropriate form -->
<txp:output_form form="footer" />
</div>	

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