2019-10-26 00:15:49 +02:00
|
|
|
<!DOCTYPE html>
|
2019-10-27 01:16:35 +02:00
|
|
|
<html lang="{{ $.Site.LanguageCode }}">
|
2019-10-26 00:15:49 +02:00
|
|
|
<head>
|
2019-10-27 01:16:35 +02:00
|
|
|
{{ partial "site-head.html" . }}
|
2019-10-26 00:15:49 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
{{ partial "header.html" . }}
|
|
|
|
<div class="page-content margin-bot-big">
|
|
|
|
<div class="wrapper">
|
|
|
|
{{ block "main" . }}{{ end }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{ block "footer" . }}
|
2019-10-27 01:16:35 +02:00
|
|
|
{{ partial "site-footer.html" . }}
|
2019-10-26 00:15:49 +02:00
|
|
|
{{ end }}
|
|
|
|
</body>
|
|
|
|
</html>
|