
////////////////////////////////////ARCHIVE////////////////////////////////////
<!--use the following information to replace the contents of the page template called archive-->

<!-- HEAD -->
<txp:output_form form="content_head" />

<!-- BODY -->
<body id="<txp:section />">

<!-- accessibility -->
<txp:output_form form="content_accessibility" />

<!-- start main container -->
<div id="container">

<!-- header -->
<txp:output_form form="content_header" />

<!-- left navigation-->
<txp:output_form form="content_sidebar" />	

<!-- content -->
	<div id="content">
<txp:if_category>
<h3>You are currently browsing: <br /><txp:category title="1" /></h3>
<txp:rss_uc_article_list form="default_excerpt" limit="100" />
  <txp:else />

	<txp:article limit="5" />

</txp:if_category>
	</div><!-- end content -->

<!-- footer -->
<txp:output_form form="content_footer" />

</div><!-- end container -->

</body>
</html>

////////////////////////////////////CONTACT////////////////////////////////////
<!--use the following information to replace the contents of the new page template called contact-->

<!-- HEAD -->
<txp:output_form form="content_head" />

<!-- BODY -->
<body id="<txp:section />">

<!-- accessibility -->
<txp:output_form form="content_accessibility" />

<!-- start main container -->
<div id="container">

<!-- header -->
<txp:output_form form="content_header" />

<!-- left navigation-->
<txp:output_form form="content_sidebar" />	

<!-- main content -->
	<div id="content">
              <!-- PERSONALIZE YOUR EMAIL ADDRESS HERE -->
	      <txp:zem_contact to="info@awesometopic.com" thanks_form="contact_thanks" />
	</div><!-- end content -->

<!-- footer -->
<txp:output_form form="content_footer" />

</div><!-- end container -->

</body>
</html>

/////////////////////////////////////DEFAULT////////////////////////////////////
<!--use the following information to replace the contents of the new page template called default-->

<!-- HEAD -->
<txp:output_form form="content_head" />

<!-- BODY -->
<body id="<txp:section />">

<!-- accessibility -->
<txp:output_form form="content_accessibility" />

<!-- start main container-->
<div id="container">

<!-- header -->
<txp:output_form form="content_header" />

<!-- left navigation-->
<txp:output_form form="content_sidebar" />	

<!-- main content -->

	<div id="content">

<txp:if_category>
<h3>You are currently browsing: <br /><txp:category title="1" /></h3>
<txp:rss_uc_article_list form="default_excerpt" limit="100" />
  <txp:else />

	<txp:article limit="1" section="articles" form="default_excerpt" status="sticky"/>
	<txp:article limit="5" section="articles" form="default_excerpt" status="live"/>
         </div><!-- end div content -->

</txp:if_category>

<!-- footer -->
	<txp:output_form form="content_footer" />

</div><!-- end container -->



</body>
</html>

////////////////////////////////////ERROR_DEFAULT////////////////////////////////////
<!--use the following information to replace the contents of the new page template called error_default-->

<!-- HEAD -->
<txp:output_form form="content_head" />

<!-- BODY -->
<body id="<txp:section />">

<!-- accessibility -->
<txp:output_form form="content_accessibility" />

<!-- start main container -->
<div id="container">

<!-- header -->
<txp:output_form form="content_header" />

<!-- main content -->
	<div id="content">
		<h3><txp:error_status /></h3>
		<p><txp:error_message /></p>
	</div>

</div><!-- end container -->

</body>
</html>
