hanyuu/templates/auth/master.php

14 lines
260 B
PHP
Raw Normal View History

2023-10-18 10:34:30 +00:00
<?php
$self->extends('master');
$self->block('body', function() use ($self) {
?>
<div class="auth">
<div class="auth-header">
<?=$self->hau->getSiteName();?>
</div>
<?=$self->getBlock('content');?>
</div>
<?php
});