aboutsummaryrefslogtreecommitdiff
path: root/w/view/templates/base.php
blob: aaca8e1b7d2090f4d81864a82a7c6b6d0800ecf5 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
    <title><?=$this->e($title)?></title>
</head>
<body>

<?=$this->section('content')?>

</body>
</html>