?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/saintgilleslesbains-bis/wp-content/themes/pressville/
Upload File :
Current File : /home/rankinh/saintgilleslesbains-bis/wp-content/themes/pressville/page.php

<?php get_header(); ?>

<?php // Breadcrumbs
get_template_part( 'template-parts/breadcrumbs' ); ?>

<!-- COLUMNS : begin -->
<div id="columns">
	<div class="columns__inner">
		<div class="lsvr-container">

			<!-- MAIN : begin -->
			<main id="main">
				<div class="main__inner">

					<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

						<div <?php post_class(); ?>>

							<!-- MAIN HEADER : begin -->
							<header class="page__header">
								<h1 class="page__title is-main-headline">
									<?php the_title(); ?>
								</h1>
							</header>
							<!-- MAIN HEADER : end -->

							<?php get_template_part( 'template-parts/page-content' ); ?>

						</div>

					<?php endwhile; endif; ?>

				</div>
			</main>
			<!-- MAIN : end -->

		</div>
	</div>
</div>
<!-- COLUMNS : end -->

<?php get_footer(); ?>