2021-01-31 22:36:56 +01:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<!--
|
|
|
|
Hugo Story by CaressOfSteel
|
|
|
|
A (modular, highly tweakable) responsive one-page theme for Hugo.
|
|
|
|
Ported from Story by HTML5UP.
|
|
|
|
This Hugo theme is licensed under the Creative Commons Attribution 3.0 License.
|
|
|
|
-->
|
|
|
|
<html>
|
|
|
|
|
2023-01-19 00:59:02 +01:00
|
|
|
{{ partial "head" . }}
|
2021-01-31 22:36:56 +01:00
|
|
|
|
|
|
|
<body class="is-preload">
|
|
|
|
|
|
|
|
<!-- Wrapper -->
|
|
|
|
<div id="wrapper" class="divided">
|
|
|
|
{{- block "main" . }}{{- end }}
|
|
|
|
<!-- Wrapper -->
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ template "_internal/google_analytics.html" . }}
|
2023-01-19 00:59:02 +01:00
|
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
|
|
{{ partial "scripts" . }}
|
2021-01-31 22:36:56 +01:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|