View file vendor/league/plates/example/templates/layout.php

File size: 176B
<html>
<head>
    <title><?=$this->e($title)?> | <?=$this->e($company)?></title>
</head>
<body>

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

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

</body>
</html>