Current File : /home/gulsvnnd/heaventouchspa.com/wp-content/themes/pur/index.php
<?php
/**
 * Catch-all template
 *
 * @package vamtam/pur
 */

$format = get_query_var( 'post_format' );

VamtamFramework::set( 'page_title', $format ? sprintf( esc_html__( 'Post format: %s', 'pur' ), $format ) : esc_html__( 'Blog', 'pur' ) );

get_header();
?>
<div class="page-wrapper">

	<article <?php post_class( VamtamTemplates::get_layout() ) ?>>
		<div class="page-content clearfix">
			<?php get_template_part( 'loop', 'index' ); ?>
		</div>
	</article>

	<?php get_template_part( 'sidebar' ) ?>
</div>
<?php get_footer(); ?>