forked from lix-project/lix-website
6 lines
281 B
HTML
6 lines
281 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.points }}{{ partial "sections/points.html" . }}{{ end }}
|
|
{{ end }}
|