{{ partial "header.html" . }} {{ if .Params.totop }} {{ end }}
{{ partial "sidebar.html" . }} {{ if .Params.banner }}
{{ end }}
{{ partial "singletop.html" . }} {{ if not .Params.notoc }} {{ if .TableOfContents }}
Contents {{ .TableOfContents }}
{{ end }} {{ end }}

{{ .Title }}

{{ .Params.subtitle }}

{{ if not .Params.nodate }} {{ end }} {{ if not .Params.noauthor }} {{ if .Params.author }} {{ partial "authorsocial.html" . }} {{ end }} {{ end }} {{ $Site := .Site }} {{ if .Params.categories }}
{{ range .Params.categories }} {{ end }}
{{ end }} {{ if .Params.socialsharing }} {{ partial "socialsharing.html" . }} {{ end }} {{ if .Params.bannerinline }} {{ end }} {{ .Content }} {{ if .Params.socialsharing }} {{ partial "socialsharing.html" . }} {{ end }} {{ if .Params.tags }}
Tags// {{ range .Params.tags }} , {{ end }}
{{ end }} {{ if not .Params.nopaging }}
More Reading {{ if .Prev }} {{ end }} {{ if .Next }} {{ end }}
{{ end }}
{{ if not .Params.nocomment }} {{ template "_internal/disqus.html" . }} {{ end }} {{ partial "footer.html" . }}
{{ if .Params.totop }} {{ end }} {{ if .Params.socialsharing }} {{ end }} {{ partial "bodyend.html" . }}