<?php
// Template name: Document page
get_header();
?>
<main>
<section class="content document">
<div class="container-content">
<div class="document__wrapper">
<h1 class="title title-2"><?php echo the_title(); ?></h1>
<?php echo the_content(); ?>
</div>
</div>
</section>
</main>
<?php
get_footer();