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