add trashes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="stylesheet" href="/assets/css/style.css">
|
||||
<script src="/assets/js/bootstrap.js"></script>
|
||||
<title><?= esc($title) ?></title>
|
||||
</head>
|
||||
<?= $this->include('components/header')?>
|
||||
<?= $this->renderSection('content')?>
|
||||
<?= $this->include('components/footer')?>
|
||||
</html>
|
||||
Reference in New Issue
Block a user