File "home-dark.php"

Full Path: /home/stylijtl/public_html/wp-content/themes/acens/page-templates/home-dark.php
File size: 441 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/*
 * Template Name: Home Dark
 * Description: A Page Template with a Page Builder design.
 */
$acens_redux_demo = get_option('redux_demo');
get_header('dark'); ?>

<?php if (have_posts()){ ?>
  
    <?php while (have_posts()) : the_post()?>
      <?php the_content(); ?>
    <?php endwhile; ?>
  
  <?php }else {
    echo esc_html__( 'Page Canvas For Page Builder', 'acens' );
  }?>
    <?php
get_footer('dark');
?>