forked from lix-project/lix-website
6 lines
287 B
HTML
6 lines
287 B
HTML
{{ define "main" }}
|
|
{{ with .Site.Data.home.hero }}{{ partial "sections/hero.html" . }}{{ end }}
|
|
{{ with .Site.Data.home.ecosystem }}{{ partial "sections/ecosystem.html" . }}{{ end }}
|
|
{{ with .Site.Data.home.portfolio }}{{ partial "sections/portfolio.html" . }}{{ end }}
|
|
{{ end }}
|