Exemple #1
0
 * License      : GPLv2
 * License URI  : license.txt
 */
get_header();
?>

<?php 
Habakiri::the_page_header();
?>

<div class="container">
	<div class="row">
		<div class="col-md-10 col-md-offset-1">
			<main id="main" role="main">
				<?php 
Habakiri::the_bread_crumb();
?>
				<?php 
while (have_posts()) {
    the_post();
    ?>
					<?php 
    get_template_part('content', 'page');
    ?>
				<?php 
}
?>
			<!-- end #main --></main>
		<!-- end .col-md-10 --></div>
	<!-- end .row --></div>
<!-- end .container --></div>