<?php
/**
* The template for displaying all single posts and attachments
*
* @package WordPress
* @subpackage newspaperss
* @since newspaperss 1.0
*/
get_header(); ?>
<?php get_template_part('parts/content', 'single'); ?>
<?php get_footer(); ?>