xref: /web-bugs/tests/fixtures/templates/base.php (revision 068d8514)
1<html>
2<head>
3    <title><?=$this->e($title ?? '')?></title>
4</head>
5<body>
6    <?= $this->block('body') ?>
7</body>
8</html>
9