<!DOCTYPE html>
<html>
<?php
/**
 * The template for displaying all pages
 *
 */

get_header();
?>

<main id="main" class="site-main" role="main" data="page">

	 <?php the_content(); ?>

</main>

<?php
get_footer();
