section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Upstudy */ get_header( 'blank' ); echo '
'; echo ''; echo '
'; while ( have_posts() ) : the_post(); the_content(); endwhile; echo '
'; echo '
'; get_footer( 'blank' );