<?php get_header(); ?>

				<?php
					if(have_posts()):
						while(have_posts()):
							the_post();
							the_content();
						endwhile;
					endif;
				?>
				<p id="pageTop"><a data-scroll href="#top"><br>PAGE TOP</a></p>
				

<?php get_footer(); ?>
