<?php $app = require '../app/inc.php';
$app->view('template/header', ["title" => "Forside"]);
$app->view('pages/index');
$app->view('template/footer');