File: D:/HostingSpaces/SBogers104/angeliekly.nl/app/storage/views/1075a7c67d8a67c4aee5480fb957bc0c
<?php $__env->startSection('editable_content'); ?>
<div class="content-container">
<h1><?php echo $page->translation->name; ?></h1>
<ul id="sitemap">
<?php foreach($page->sitemap as $url): ?>
<li>
<a href="<?php if($url['route']!='/'): ?>/<?php endif; ?><?php echo $url['route']; ?>"><?php echo $url['name']; ?></a>
</li>
<?php endforeach; ?>
</ul>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>