<?php

// The page template. Used when an individual Page is queried.

get_header();

the_content();

get_footer();
