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