peryoudow/vendor/league/plates/example/templates/layout.php

12 lines
176 B
PHP
Raw Normal View History

2020-01-06 14:14:28 +01:00
<html>
<head>
<title><?=$this->e($title)?> | <?=$this->e($company)?></title>
</head>
<body>
<?=$this->section('content')?>
<?=$this->section('scripts')?>
</body>
</html>