{{ 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 eq .Section "projects" }} Back to Projects {{ else }} Projects {{ end }} {{ end }} {{ end }} {{ if and (.Site.Params.showBlog) (not (and (eq .Page.Section "blog") (eq .Page.Kind "section") )) }} {{ if .IsHome }} Blog {{ else }} {{ if eq .Section "blog" }} Back to Blog {{ else }} Blog {{ end }} {{ end }} {{ end }} Contact {{ if and .Site.Params.showRSSButton .Site.RSSLink }} {{ end }} {{ if not .Page.IsHome }}
{{ end }}