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