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