<?php 
  header('X-Frame-Options: SAMEORIGIN');
  header("Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval' www.google-analytics.com ajax.googleapis.com js-agent.newrelic.com bam.nr-data.net code.jquery.com");
  header("X-XSS-Protection: 1; mode=block");
?>
        <!--
    _________    ______        ____  ______
   / ____/   |  / ____/       / __ \/_  __/
  / __/ / /| | / __/         / /_/ / / /
 / /___/ ___ |/ /___   _    / ____/ / /
/_____/_/  |_/_____/  (_)  /_/     /_/

(East Atlantic Engineering - Integrated Digital Solutions)
(EAE.PT)

-->
<!doctype html>
<html lang ="en">
<?php echo $__env->make('frontend.includes.head', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php
  if ( !isset($bodyClass) ) {
    $bodyClass = '';
  }
?>
<body class="<?php echo $bodyClass; ?>">
<!--[if lt IE 9]>
<div class="browserupgrade"><p>You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p></div>
<![endif]-->
<?php echo $__env->make('frontend.includes.header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->yieldContent('content'); ?>
<?php echo $__env->make('frontend.includes.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="scroll-up js-go-up <?php echo $bodyClass; ?>">
  <svg class="svg-icon" viewBox="0 0 20 20">
    <path fill="none" d="M8.388,10.049l4.76-4.873c0.303-0.31,0.297-0.804-0.012-1.105c-0.309-0.304-0.803-0.293-1.105,0.012L6.726,9.516c-0.303,0.31-0.296,0.805,0.012,1.105l5.433,5.307c0.152,0.148,0.35,0.223,0.547,0.223c0.203,0,0.406-0.08,0.559-0.236c0.303-0.309,0.295-0.803-0.012-1.104L8.388,10.049z"></path>
  </svg>
</div>
<?php echo $__env->yieldContent('scripts'); ?>
</body>
</html>