Current Path : /proc/4653/cwd/wp-content/themes/sinatra/page-templates/ |
Current File : //proc/4653/cwd/wp-content/themes/sinatra/page-templates/template-sinatra-fullwidth.php |
<?php /** * Template Name: Sinatra Fullwidth * * 100% wide page template without vertical spacing. * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ get_header(); if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content/content', 'sinatra-fullwidth' ); endwhile; endif; get_footer();