HEX
Server: Apache/2.4.63 (Unix)
System: Linux pinkman.beget.ru 5.10.258-0-beget-acl #1 SMP Mon Jun 8 11:35:04 UTC 2026 x86_64
User: kulikosl (3031)
PHP: 8.4.6
Disabled: NONE
Upload Files
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();?>