21 lines
375 B
Plaintext
21 lines
375 B
Plaintext
<!doctype html>
|
|
<html class="no-js" lang="DE">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Layout-m5-a1</title>
|
|
</head>
|
|
<body>
|
|
<header class="header_7d">
|
|
<?php echo $this->yieldContent("header"); ?>
|
|
</header>
|
|
|
|
<main class="main">
|
|
<?php echo $this->yieldContent("main"); ?>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<?php echo $this->yieldContent("footer"); ?>
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |