File: D:/HostingSpaces/jacques-hein/jacques-hein.nl/app/storage/views/d47f1e359540baf86cc4c897f4018d88
<?php $__env->startSection('editable_content'); ?>
<div class="header-background">
<div class="content-container">
<?php echo $__env->make('layouts.partials.contactPerson', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="base-breadcrumb">
<?php echo $__env->make('layouts.partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
<div class="base-intro-block <?php if(isset($page->content->about_introduction)): ?> about-intro-block <?php endif; ?>">
<?php if(isset($page->content->about_introduction)): ?>
<div class="base-image-block about-image-block">
<?php if($page->content->about_introduction->images->count() != 0): ?>
<div class="base-image group-image"
style="background-image: url('<?php echo $page->content->about_introduction->images->first()->large_image_url; ?>')"></div>
<?php endif; ?>
</div>
<div class="base-content-block about-content-block">
<h2><?php echo $page->content->about_introduction->translation->name; ?></h2>
<?php echo $page->content->about_introduction->translation->description; ?>
<a target="_blank" class="PDF" href="/pdfs/CV_ACTEREN_&_PRESENTEREN_2021.pdf">CV acteren & presenteren</a><br/>
<a target="_blank" class="PDF" href="/pdfs/CV_TRAININGSACTEREN_&_TRAINEN_2021.pdf">CV trainingsacteur & trainen</a>
</div>
<?php else: ?>
<div class="base-content-block">
<h2>Voeg een blok toe met code_name 'about_introduction'</h2>
<p>Name + omschrijving + 1 afbeelding</p>
</div>
<div class="base-image-block">
<div class="base-image"
style="background-image: url('/img/header_image_01.jpg')"></div>
</div>
<?php endif; ?>
</div>
<?php if(isset($page->content->quote)): ?>
<div class="quote-block base-content-block about-content-block">
<?php echo $page->content->quote->translation->description; ?>
</div>
<?php endif; ?>
</div>
</div>
<?php echo $__env->make('layouts.partials.cta', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-js'); ?>
<script type="text/javascript" src="/js/jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="/js/slider.js"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>