<?php /** * Template for Single Posts * * @package WordPress * @subpackage Minimatica * @since Minimatica 1.0 */ get_header(); ?> <?php get_template_part( 'loop', 'single' ); ?> <?php get_footer(); ?>