File: D:/HostingSpaces/SBogers79/artofeinstein.be/app/storage/views/a1d22390cd2dfffe1ca73258ff110cbb
<?php $__env->startSection('meta'); ?> <title><?php echo $data->content->meta_title; ?></title> <meta name="description" content="<?php echo $data->content->meta_description; ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="page-content"> <header> <div class="content-container"> <h2><a href="/"> <?php echo \Config::get('business.name'); ?></a></h2> <nav> <ul> <li><a href="/">Home</a></li> <li><a href="/disclaimer">Disclaimer</a></li> </ul> </nav> </div> </header> <div class="other-row"> <div class="content-container"> <?php echo $data->content->description; ?> </div> <div class="background"> <div class="background-image"></div> </div> </div> </div> <?php echo $__env->make('layouts.partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>