<!DOCTYPE html>
<html>
<head>
<?=$this->headTitle()?>
<?=$this->headStyle()?>
<?=$this->headLink()?>
<?=$this->headScript()?>
</head>
<body>
<div class="page-container" style="position: relative; display: table; width: 100%; height: 100%; table-layout: fixed;">
<div style="padding: 20px;">
<?php
echo $this->layout()->content;
?>
</div>
</div>
</body>
</html>
Back to Directory