<?php get_header(); ?>
<main class="page-php">
<div class="container">
<div class="page-php__content content">
<h1 class="section-subtitle mb-32 t-center"><?php the_title(); ?></h1>
<?php while ( have_posts() ) : the_post();
the_content();
endwhile; ?>
</div>
</div>
</main>
<?php get_footer( 'paged' ); ?>