

<!doctype html>

<html <?php echo get_language_attributes(); ?>>
<?php echo $__env->make('partials.head', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<body id="policy" <?php body_class() ?>><?php wp_body_open(); ?>
<div class="pacewrap">

  <div id="container">
  <?php echo $__env->make('partials.header-none', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

  <article class="plr-0 col-12 col-md-10 offset-md-1 pb-5">
    <section class="main">
      <div class="col-12 col-md-10 offset-md-1">
        <div class="container">
          <header>
            <h1 class="page_title en"><?php echo get_the_title(); ?></h1>
          </header>
          <?php while(have_posts()): ?> <?php the_post() ?>
            <?php echo $__env->make('partials.content-page', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
          <?php endwhile; ?>
        </div>
      </div>
    </section>
  </article>


  <?php wp_footer() ?>

</div>

</body>
</html>
