?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/r/a/n/rankinh/villavanille/wp-content/themes/villa-vanille/inc/content/templates/
Upload File :
Current File : /home/r/a/n/rankinh/villavanille/wp-content/themes/villa-vanille/inc/content/templates/content.php

<?php
// Hook to include additional content before page content holder
do_action( 'drew_action_before_page_content_holder' );
?>
<main id="qodef-page-content" class="qodef-grid qodef-layout--template <?php echo esc_attr( drew_get_grid_gutter_classes() ); ?>" role="main">
	<div class="qodef-grid-inner clear">
		<?php
		// Include page content loop
		drew_template_part( 'content', 'templates/parts/loop' );

		// Include page content sidebar
		drew_template_part( 'sidebar', 'templates/sidebar' );
		?>
	</div>
</main>
<?php
// Hook to include additional content after main page content holder
do_action( 'drew_action_after_page_content_holder' );
?>