SAND-framework/application/include/vues/system/system.blade.php

9 lines
163 B
PHP
Raw Normal View History

<html>
<head>
<title>{{$page_title}}</title>
<meta name="description" lang="fr" content="{{$description}}" />
</head>
<body>
@yield('body')
</body>
</html>