
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
/*
Template Name: Simple Page Composer
*/

get_header( 'no-title' ); ?>

<div class="vw-content-area clearfix">
	<?php presso_the_simple_page_composer2(); ?>
</div>

<?php get_footer(); ?>