Main {{ if (.Site.GetPage "page" "about") }} About {{ end }} {{ if and (.Site.Params.showProjects) (ne .Page.Section "projects") }} Projects {{ end }} {{ if and (.Site.Params.showBlog) (ne .Page.Section "blog") }} Blog {{ end }} {{ if (.Site.GetPage "page" "contact") }} Contact {{ end }} {{ if .Site.RSSLink }} {{ end }}