<txp:output_form form="content_header" />
	<div id="main">
		<div id="content">
		
<!-- *** if category... --><txp:if_category>
<h2><txp:category title="1" /></h2>
<div class="single">
<txp:article limit="5" listform="default_list" sortby="Posted" sortdir="desc" />
<p class="pagination">
<txp:older>&laquo; Older</txp:older> | <txp:newer>Newer &raquo;</txp:newer>
</p>
</div>
<!-- *** if NOT category --></txp:else />

<txp:if_section name="">
			<h2>Contents</h2>
			<div class="first">
				<txp:article listform="default_first" limit="1" />
			</div>
			<div class="column c1">
				<txp:article limit="3" offset="1" />
			</div>
			<div class="column c2">
				<txp:article limit="3" offset="4" />
			</div>
<!-- *** if not default section --></txp:else />
			<h2><txp:section title="1" /></h2>
			<div class="single">
				<txp:article form="single" status="sticky" limit="1" />
			</div>
<!-- *** end if section --></txp:if_section>
<!-- *** end if category --></txp:if_category>

		</div><!-- /content -->
		<div id="secondary_content">
			<txp:output_form form="content_secondary" />
		</div><!-- /secondary_content -->
	</div><!-- /main -->
<txp:output_form form="content_footer" />