⇐ {{ .Parent.Name }}
{{ .Title }}
{{ .Content }}
			
				{{ $currentSection := .CurrentSection }}
				{{ range .Paginator.Pages }}
					{{ if in (.Permalink | string) $currentSection.RelPermalink }}
						
					{{ end }}
				{{ end }}
				{{ range .CurrentSection.Sections }}
					{{ if in (.Permalink | string) $currentSection.RelPermalink }}
						
					{{ end }}
				{{ end }}