Current File : /home/getxxhzo/xpertbee.com/wp-content/themes/tutorstarter/page-templates/tpl-fluid.php
<?php
/**
 * Template Name: Full Width Template
 *
 * @link https://developer.wordpress.org/themes/template-files-section/page-template-files/
 *
 * @package Tutor_Starter
 */

defined( 'ABSPATH' ) || exit;

get_header();
while ( have_posts() ) :
	the_post();
	the_content();
endwhile;

get_footer();