<?php 
  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-Frame-Options: SAMEORIGIN');
  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(); ?>
<body>
<!--[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(); ?>
<?php echo $__env->yieldContent('scripts'); ?>
</body>
</html>