<?php
$title = 'Error - Wizdom Networks';
$content = <<<HTML
<h1>Page Not Found</h1><p>The page you are looking for does not exist. Please check the URL or go back to the <a href=\"/\">home page</a>.</p>
HTML;
$this->render('layouts/main', $data);