File: /var/www/vhosts/creativefellows.nl/mygeomil.creativefellows.nl/v0.1/views/view.404.php
<?php
/*
* Header
*/
$meta_title = $page->metaTitle();
$meta_desc = $page->metaDescription();
require_once __DIR__ . '/partials/header.inc.php';
echo '<div class="page-section page-section__not-found">';
echo '<div class="grid-container">';
echo '<div class="grid-x grid-padding-x">';
echo '<div class="small-12 cell large-padding-9 text-center">';
echo '<h1>'. $error["title"] .'</h1>';
echo '<p class="lead">'. $error["description"] .'</p>';
echo '</div>';
echo '</div>';
echo '</div>';
echo '</div>';
/*
* Footer
*/
require_once __DIR__ . '/partials/footer.inc.php';
?>