Current File : /home/kelaby89/huss-kelaby.cv/wp-content/themes/arter/template-layout-builder.php
<?php
/**
 * Template Name: Layout builder (Elementor)
 * Template Post Type: page, portfolio
 *
 * @package arter
*/

get_header(); 
?>

<?php
	while ( have_posts() ) : the_post(); ?>
		<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
			<?php the_content(); ?>
		</div><!-- #post-<?php the_ID(); ?> -->
<?php endwhile; ?>
	
<?php
get_footer();
Page not found – Hello World !