* @license http://www.gnu.org/licenses/gpl-3.0.html GNU Public License */ get_header(); // Start the loop. while ( have_posts() ) : the_post(); // Include the single portfolio content template. get_template_part( 'components/portfolio/single' ); endwhile; get_footer();