{{ with .NextInSection }}
    		Next: {{ .Title | markdownify }}
    		
  		{{ end }}
  		{{ with .PrevInSection }}
    		Previous: {{ .Title | markdownify }}
    		
  		{{ end }}
       >> Home
		
{{ define "main" }}
{{ if .Params.toc }} {{ .TableOfContents }} {{ end }}
  		{{ with .NextInSection }}
    		Next: {{ .Title | markdownify }}
    		
  		{{ end }}
  		{{ with .PrevInSection }}
    		Previous: {{ .Title | markdownify }}
    		
  		{{ end }}
       >> Home