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.
2018-04-24 23:42:32 +00:00
|
|
|
{{ define "main" }}
|
2016-07-03 22:07:47 +00:00
|
|
|
|
2020-03-28 21:15:49 +00:00
|
|
|
<main id="swup" class="transition-fade">
|
|
|
|
{{ partial "hero.html" }}
|
|
|
|
{{ partial "about.html" }}
|
|
|
|
{{ partial "services.html" }}
|
|
|
|
{{ partial "contact.html" }}
|
|
|
|
</main>
|
2018-12-03 21:44:11 +00:00
|
|
|
|
|
|
|
{{ end }}
|