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