mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 11:43:33 +01:00
11 lines
184 B
PHP
11 lines
184 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
@include('dashboard.partials.head')
|
|
|
|
<body class="dashboard @yield('bodyClass')">
|
|
<div class="content">
|
|
@yield('content')
|
|
</div>
|
|
</body>
|
|
</html>
|