{{ define "main" }}
{{ partial "header.html" . }}
{{ if cond (ne .Params.toc nil) .Params.toc .Site.Params.toc }} {{ if ne .TableOfContents "" }}
In this post, we'll take a look at:
{{ .TableOfContents }}
{{ end }} {{ end }} {{ .Content }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ partial "comments.html" . (dict "taxonomy" "tags" "page" .) }}
{{ end }}