<?php

// The single post template. Used when a single post is queried.
// For this and all other query templates, index.php is used if the query template is not present.

get_header();

?>


<?php

get_footer();
