<?php
/*
Template Name: No Sidebar
*/
?>
<?php get_header(); ?>
<div class="section">
<div class="section_content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php endwhile; ?>
<?php endif; ?>
<div class="clear"></div>
</div><!-- end section_content -->
</div><!-- end section -->
<div class="clear"></div>
</div><!-- end main content -->
<?php get_footer(); ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)