<?php $this->view('template/header', ['title' => $title]); ?>
<h1>Velkommen til forsida!</h1>
<p>Ting fungerer noen ganger.</p>
<p><?=$data?></p>
<?php $this->view('template/footer'); ?>