{{ define "main"}}
{{ if .Site.Params.showSubheader }} {{ partial "home/subheader.html" . }} {{ end }} {{ range .Site.Sections }} {{ range .Sections.ByWeight }} {{ $stype := .Type}} {{ if (or (and (eq $stype "service") (.Site.Params.showServices)) (and (eq $stype "recentwork") (.Site.Params.showRecentWorks)) (and (eq $stype "download") (.Site.Params.showDownloads)) (and (eq $stype "client") (.Site.Params.showClients)) (eq $stype "single")) }} {{ end }} {{ end }} {{ end }}
{{ end }}