@{{ .Site.Params.Author.handle }} {{ .Site.Title }}.

{{ if isset .Site.Params "rsssections" }} {{ $.Scratch.Add "sections" .Site.Params.rsssections }}
    {{ range .Site.Menus.main }}
  • {{ .Name }} {{ if in ($.Scratch.Get "sections") .Name }} {{ end }}
  • {{ end }}
  • Über
{{ else }}
    {{ range .Site.Menus.main }}
  • {{ .Name }}
  • {{ end }}
  • Über
{{ end }}