Webseite ohne Anmeldung läuft auf laravel
This commit is contained in:
21
M5/Dossier/emensa/views/layouts/m4_7d_layout.blade.php
Normal file
21
M5/Dossier/emensa/views/layouts/m4_7d_layout.blade.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="DE">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>{{ $title }}</title>
|
||||
|
||||
@yield("header")
|
||||
|
||||
<!-- good developers check the markup ;) -->
|
||||
</head>
|
||||
<body>
|
||||
@yield("body")
|
||||
|
||||
<footer>
|
||||
<table class="fusszeile">
|
||||
@yield("footer")
|
||||
</table>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user