{{ define "main" }} {{ if eq .Site.Params.homeLayout "poetry" }} {{ partial "pages/home-poetry.html" . }} {{ end }} {{ if eq .Site.Params.homeLayout "footage" }} {{ partial "pages/home-footage.html" . }} {{ end }} {{ if eq .Site.Params.homeLayout "posts" }} {{ partial "pages/home-posts.html" . }} {{ end }} {{ if eq .Site.Params.homeLayout "page" }} {{ partial "pages/post.html" . }} {{ end }} {{ end }}