mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
13 lines
213 B
PHP
13 lines
213 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
@include('partials.dashboard.head')
|
|
|
|
<body class="dashboard">
|
|
<div class="wrapper">
|
|
<div class="content">
|
|
@yield('content')
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|