summaryrefslogtreecommitdiff
blob: 50d6dbba203fcc01828639b7e0d6a0c25dbaa6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php /*
 * Template Name: Two Columns, Sidebar on the Right
 *
 * @package Cryout Creations
 * @subpackage mantra
 * @since mantra 0.5
 */
get_header(); ?>

		<section id="container">
	
			<div id="content" role="main">

	<?php get_template_part( 'content', 'page'); ?>

			</div><!-- #content -->
			<?php get_sidebar(); ?>
		</section><!-- #container -->


<?php get_footer(); ?>