{{ if not .Page.IsHome }}
{{ end }} {{ if not .Page.IsHome }} Main {{ end }} About {{ if and (.Site.Params.showProjects) (not (and (eq .Page.Section "projects") (eq .Page.Kind "section") )) }} {{ if .IsHome }} Projects {{ else}} {{ if ne .Section "projects" }} Projects {{ else }} Back to Projects {{ end }} {{ end }} {{ end }} {{ if and (.Site.Params.showBlog) (not (and (eq .Page.Section "blog") (eq .Page.Kind "section") )) }} {{ if .IsHome }} Blog {{ else }} {{ if ne .Section "blog" }} Blog {{ else }} Back to Blog {{ end }} {{ end}} {{ end }} Contact {{ if and .Site.Params.showRSSButton .Site.RSSLink }} {{ end }} {{ if not .Page.IsHome }}
{{ end }}