HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers68/ouddorp-duin.nl/app/storage/views/f0c5ea2c6e3f2f8dd3f7c8e253e502f5
<?php $__env->startSection('editable_content'); ?>
    <div class="grid-row">
        <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(); ?>