HOME


Mini Shell 1.0
DIR: /home/depancom/www/depancomblogus/wp-content/themes/beautyspot/page-templates/
Upload File :
Current File : /home/depancom/www/depancomblogus/wp-content/themes/beautyspot/page-templates/narrow.php
<?php /* Template Name: Narrow */
esc_html__( 'Narrow', 'beautyspot' ); ?>

<?php get_header(); ?>

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

<!-- CORE COLUMNS : begin -->
<div class="core__columns core__columns--narrow">
	<div class="core__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(); ?>>

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

						</div>

					<?php endwhile; endif; ?>

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

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

<?php get_footer(); ?>