This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
|
{{ define "main" }}
|
|
|
|
<main id="swup" class="transition-fade">
|
|
{{ partial "hero.html" }}
|
|
{{ partial "about.html" }}
|
|
{{ partial "services.html" }}
|
|
{{ partial "contact.html" }}
|
|
</main>
|
|
|
|
{{ end }}
|