2018-08-02 08:27:29 +01:00

11 lines
176 B
PHP

<html>
<head>
<title>LibreNMS Alert</title>
</head>
<body>
<div class="container">
@yield('content')
</div>
</body>
</html>