<!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="/textplates/undohtml.css" type="text/css" media="screen" />
	<link rel="stylesheet" href="<txp:css />" type="text/css" media="screen" />
	<title><txp:page_title /></title>
</head>

<body>

  <div id="accessibility">
  	<a href="#content" title="Go to content">Go to content</a> 
  	<a href="#sidebar" title="Go to sidebar">Go to sidebar</a> 
  </div> <!-- /accessibility -->
  
  <div id="header">
	<h1 ><a href="<txp:site_url />"><txp:page_title /></a></h1>
  </div>
		
  <div id="wrapper">
		
	<div id="content">
	  <txp:if_category>
	  	<h2>Browsing the &quot;<txp:category title="1" />&quot; category...</h2>
	  </txp:if_category>
	  <txp:if_search>
                <txp:article pgonly="1" />
	  	<h2>There were <txp:search_result_count text="results" /> for "<txp:q />".</h2>
	  </txp:if_search>
	  
	  <txp:article listform="default" form="Single" limit="3" />

	  <txp:if_article_list>
		<p class="centered">
		  <txp:older>&laquo; Previous</txp:older>&nbsp;&nbsp;&nbsp;&nbsp;
		  <txp:newer>Next &raquo;</txp:newer>
		</p>
	  </txp:if_article_list>
	</div>
		  
	<div id="sidebar">
	  <txp:article_custom section="about" form="about_sidebar" sortby="rand()" limit="1" />
	  <h1>Categories</h1>
	  <txp:category_list break="li" wraptag="ul" class="categories" />
	  <h1>Links</h1>
	  <txp:linklist break="li" wraptag="ul" category="general" />
	  <h1>Search</h1>
	  <txp:search_input section="default" label="Type and hit enter:" />
	</div>
		  
  </div>
		
  <div id="footer">
	<txp:output_form form="footer" />
  </div>

</body>
</html>