2020-07-02 07:05:45 +02: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>
|
|
|
|
|
|
|
|
{{ partial "template/head" . }}
|
|
|
|
|
|
|
|
<body class="is-preload">
|
|
|
|
|
|
|
|
<!-- Wrapper -->
|
|
|
|
<div id="wrapper" class="divided">
|
|
|
|
|
|
|
|
<!-- Main -->
|
2021-01-31 01:20:41 +01:00
|
|
|
{{ partial "banner" site.Data.banner }}
|
2021-01-31 16:47:21 +01:00
|
|
|
{{ partial "spotlight" site.Data.spotlight1 }}
|
|
|
|
{{ partial "spotlight" site.Data.spotlight2 }}
|
|
|
|
{{ partial "spotlight" site.Data.spotlight3 }}
|
2021-01-31 17:57:51 +01:00
|
|
|
{{ partial "gallery" site.Data.gallery }}
|
2021-01-31 17:07:19 +01:00
|
|
|
{{ partial "items" site.Data.items }}
|
2020-07-02 07:05:45 +02:00
|
|
|
{{ partial "elements" . }}
|
|
|
|
{{ partial "elements_reference" . }}
|
|
|
|
{{ partial "template/footer" . }}
|
|
|
|
|
|
|
|
<!-- Wrapper -->
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ template "_internal/google_analytics.html" . }}
|
|
|
|
{{ partial "template/scripts" . }}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|