<?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");
  header("X-XSS-Protection: 1; mode=block");
?>
<!doctype html>
<!--
    _________    ______        ____  ______
   / ____/   |  / ____/       / __ \/_  __/
  / __/ / /| | / __/         / /_/ / / /
 / /___/ ___ |/ /___   _    / ____/ / /
/_____/_/  |_/_____/  (_)  /_/     /_/

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

-->
<html>
<?php echo $__env->make('frontend.includes.head', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<body>
<?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(); ?>
</body>
</html>