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
Raw Normal View History

{{ define "main" }}
2016-07-03 22:07:47 +00:00
2020-03-28 15:22:25 +00:00
{{ partial "hero.html" }}
{{ partial "about.html" }}
{{ partial "services.html" }}
{{ partial "contact.html" }}
2018-12-03 21:44:11 +00:00
{{ end }}