File: /home/k/kulikosl/kulikosl.beget.tech/public_html/back/zootheme 2612/page.php
<?php get_header();
?>
<section class="page">
<section class="section section_view_breadcrumbs">
<div class="section__inner">
<div class="layout layout-grid layout_cols_12">
<div class="section__items">
<a href="/">Главная</a>
<span><?php the_title();?></span>
</div>
</div>
</div>
</section>
<div class="container">
<h1><?php the_title();?></h1>
<article>
<?php if (have_posts()) :while (have_posts()) :the_post();the_content(); endwhile; endif;?>
</article>
</div>
</section>
<?php get_footer();?>