<txp:output_form form="header" />
</head>

<body>
<div id="container" >

<div id="header"><txp:output_form form="frontpage_image" /></div>

<div id="navigation">
<txp:output_form form="menu" />
</div>

<div id="content">
<txp:if_section name="gallery">
<txp:article limit=1 />
<txp:output_form form="gallery" />
</txp:if_section>

<txp:if_section name="video">
<txp:article />
</txp:if_section>

<txp:if_section name="about">
<txp:article limit=1 />
</txp:if_section>

<txp:if_section name="contact">
<txp:article limit=1 />
<txp:output_form form="contact" />
</txp:if_section>
<!-- close content -->
</div>

<div id="subcontent">
<!-- category links -->
<txp:output_form form="category_links" />
<!-- external links -->
<txp:output_form form="external_links" />
<!-- RSS feed links -->
<txp:output_form form="rss_feeds" />
<!-- search -->
<txp:output_form form="search" />
<!-- close subcontent -->
</div>

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

<!-- close container -->
</div>
</body>
</html>