2020-08-15 11:17:48 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Website Layout</title>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>This is the global layout</h1>
|
|
|
|
<br />
|
|
|
|
<!-- Render the current template here -->
|
2022-12-13 00:37:15 +01:00
|
|
|
{{ yield . }}
|
2020-08-15 11:17:48 +02:00
|
|
|
</body>
|
|
|
|
</html>
|