31 lines
671 B
HTML
31 lines
671 B
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
Basspistol2025 by Sakrecoer
|
|
Free for personal and commercial use under the Creative commons licens CC-BY-SA 4.0 https://creativecommons.org/licenses/by-sa/4.0/
|
|
-->
|
|
<html lang="{{ .Site.LanguageCode }}">
|
|
|
|
<head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{{ block "navigation" . }}{{ end }}
|
|
<!-- Wrapper -->
|
|
<div id="main-wrapper">
|
|
|
|
|
|
{{ block "hero" . }}{{ end }}
|
|
|
|
{{ block "main" . }}{{ end }}
|
|
|
|
{{ block "footer" . }}{{ end }}
|
|
|
|
</div>
|
|
<!-- END Wrapper -->
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|