Path : /home/vishqocm/vishalwebtech.in/blog/wp-content/themes/katerio/
File Upload :
Current File : /home/vishqocm/vishalwebtech.in///blog/wp-content/themes/katerio/page-front.php

<?php
/**
 * Template Name: Front Page
 *
 * @package Katerio
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
if ( th90_is_amp() ) {
    get_template_part( 'index' );
} else {
    get_template_part( 'page' );
}
?>