<?php

// The home page template, which is the front page by default.
// If you use a static front page this is the template for the page with the latest posts.

get_header();

?>


<?php

get_footer();
