Fertig M4
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="DE">
|
||||
<head>
|
||||
|
||||
30
M4/emensa/views/layouts/main_layout.blade.php
Normal file
30
M4/emensa/views/layouts/main_layout.blade.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<!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("nav")
|
||||
<hr>
|
||||
<div class="grid">
|
||||
<div></div>
|
||||
<div>
|
||||
@yield("text")
|
||||
|
||||
@yield("gerichte")
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
<footer>
|
||||
<table class="fusszeile">
|
||||
@yield("footer")
|
||||
</table>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user