mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
15 lines
No EOL
275 B
HTML
15 lines
No EOL
275 B
HTML
{{ partial "header.html" . }}
|
|
|
|
{{ partial "navbar.html" . }}
|
|
|
|
<div class="content">
|
|
{{ partial "hero.html" . }}
|
|
|
|
<div class="inner-width">
|
|
{{ block "main" . }}
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
|
|
{{ partial "scrollTop.html" . }}
|
|
{{ partial "footer.html" . }} |