SAND-framework/application/include/vues/system/system.blade.php
Emmanuel ROY 41f2c5820b Ajout intégration de l'hybridAuthentification encore en état de code brut
Pas de tests

TODO: aller chercher les token et les id des authentifcation pour google, github, facebook, twitter ... Reste a tester et à décider pour les autres types d'authentification.
2019-09-26 04:27:05 +02:00

24 lines
300 B
PHP

<html>
<head>
<title>{{$page_title}}</title>
<meta name="description" lang="fr" content="{{$description}}"/>
@section('top-css')
@endsection
@section('top-javascript')
@endsection
</head>
<body>
@yield('body')
@section('bottom-javascript')
@endsection
</body>
</html>