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.
victor-hugo/site/layouts/index.html

9 lines
144 B
HTML

{{ define "main" }}
{{ partial "hero.html" }}
{{ partial "about.html" }}
{{ partial "services.html" }}
{{ partial "contact.html" }}
{{ end }}