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