single.php 155 Bytes
<?php get_header(); ?>
<div id="page-content">
	<?php get_template_part('loop', 'single'); ?>
	<?php comments_template(); ?>
</div>
<?php get_footer(); ?>