<!doctype html>
<html lang="ru">
<head>
    {include 'head'}
</head>
<body>
<!--HEADER-->
{include 'header'}
{include 'mobile-navs'}
{include 'mobile-search'}
{set $pagetitle = $_modx->resource.pagetitle | notags}
<section class="container">
		<div class="wrapper relative">
	    
      <h1>{$pagetitle}</h1>
      
      
  </div>
</section>

{include 'footer'}
</body>
</html>