File: D:/HostingSpaces/SBogers104/angeliekly.nl/app/storage/views/472594ced0c06c8fd6dc6ffc12192033
<?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(); ?>